質問編集履歴

1

query_res =を削除しました。

2021/02/09 08:47

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -114,7 +114,7 @@
114
114
 
115
115
  query_job = client.query(query)
116
116
 
117
- df = query_res = query_job.result().to_dataframe()
117
+ df = query_job.result().to_dataframe()
118
118
 
119
119
  # df.shift(-1, axis=1)
120
120