Skip to content

Commit ad8dc83

Browse files
committed
Merge branch 'master' of github.com:eliasdabbas/advertools
2 parents 11ba871 + d0c67f3 commit ad8dc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advertools/_yt_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _json_to_df(json_resp, params):
3838
for col in df:
3939
if 'Count' in col:
4040
try:
41-
df[col] = df[col].astype(int)
41+
df[col] = df[col].astype('int64')
4242
except ValueError:
4343
continue
4444
if ('published' in col) or ('updated' in col):

0 commit comments

Comments
 (0)