Skip to content

Commit

Permalink
revert unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
aysim319 committed Sep 16, 2024
1 parent 7674e7d commit 984a67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_symptoms/delphi_google_symptoms/pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def pull_gs_data_one_geolevel(level, date_range):
pd.DataFrame
"""
query = produce_query(level, date_range)
df = None
df = pd.DataFrame()
for num_try in range(NUM_RETRIES):
try:
df = pandas_gbq.read_gbq(query, progress_bar_type=None, dtypes=DTYPE_CONVERSIONS)
Expand Down

0 comments on commit 984a67d

Please sign in to comment.