标签: python google-sheets google-sheets-api google-colaboratory
如何将工作表Google云端硬盘中的数据子集导入Colaboraty? 而不是获取所有值,我只需要来自工作表Google驱动器的数据子集。我如何更改我的代码?
file = gc.open_by_key('8jhf6sm76654Viutrdbbfcplkmfshvwio') file.worksheets() customer = file.worksheet("KPI").get_all_values()
非常感谢! 雨果