We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f22bb commit 6e98adfCopy full SHA for 6e98adf
covid19_inference/data_retrieval/_Google.py
@@ -55,7 +55,7 @@ def __init__(self, auto_download=False):
55
"""
56
Kwargs for pandas read csv
57
58
- kwargs = {"low_memory": False} # Surpress warning
+ # kwargs = {"low_memory": False} # Surpress warning
59
60
61
If the local file is older than the update_interval it gets updated once the
@@ -70,7 +70,6 @@ def __init__(self, auto_download=False):
70
url_csv,
71
[_data_dir_fallback + "/" + name + "_fallback.csv.gz"],
72
update_interval,
73
- **kwargs,
74
)
75
76
if auto_download:
0 commit comments