You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 03-update_data_statistics.py script expects a data_statistics.csv file to exist in the data directory. However, this file is not created by any code, including the 02-fetch_gbif_moth_data.py.
Proposed solution is to check if data_statistics.csv file already exists. If so, then load it. If not, create an empty dataframe with the right columns. I will create a PR with a suggested solution.
The text was updated successfully, but these errors were encountered:
The
03-update_data_statistics.py
script expects adata_statistics.csv
file to exist in the data directory. However, this file is not created by any code, including the02-fetch_gbif_moth_data.py
.Proposed solution is to check if
data_statistics.csv
file already exists. If so, then load it. If not, create an empty dataframe with the right columns. I will create a PR with a suggested solution.The text was updated successfully, but these errors were encountered: