尝试从另一个工作簿(其名称在一个特定的文件夹中预先搜索)进行vlookup。我收到错误消息table.time_partitioning = bigquery.TimePartitioning(
type_=bigquery.TimePartitioningType.DAY,
field='timestamp' # name of column to use for partitioning
)
。
我添加了手表以查看是否具有有意义的变量。
试图将table = bqclient.create_table(table)
print('Created table {}, partitioned on column {}'.format(
table.table_id, table.time_partitioning.field))
放在Unable to get Vlookup property of the WorksheetFunction class
的前面,但这也不起作用。我不知道我做错了什么,对您的帮助非常感谢!
Thisworkbook.