We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11ba871 + d0c67f3 commit ad8dc83Copy full SHA for ad8dc83
advertools/_yt_helpers.py
@@ -38,7 +38,7 @@ def _json_to_df(json_resp, params):
38
for col in df:
39
if 'Count' in col:
40
try:
41
- df[col] = df[col].astype(int)
+ df[col] = df[col].astype('int64')
42
except ValueError:
43
continue
44
if ('published' in col) or ('updated' in col):
0 commit comments