-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not loading code in web page #17
Comments
co2intensity.py |
Could not infer format, so each element will be parsed individually, falling back to |
trydf["Date"] = pd.to_datetime( |
we don`t have this folders ....no update informations hplib_database.py THIS_FOLDER_PATH + "/../input/csv/" + filename + ".csv" df = pd.read_csv("../output/database_reduced.csv") df = pd.read_csv("data/hplib_database.csv", delimiter=",") "https://www.heatpumpkeymark.com/?type=109126").content, |
heat-pump-dashboard/co2intensity.py:6: UserWarning:
Could not infer format, so each element will be parsed individually, falling back to
dateutil
. To ensure parsing is consistent and as-expected, please specify a format./usr/local/lib/python3.12/dist-packages/meteostat/core/loader.py:82: FutureWarning:
Support for nested sequences for 'parse_dates' in pd.read_csv is deprecated. Combine the desired columns with pd.to_datetime after parsing instead.
/usr/local/lib/python3.12/dist-packages/meteostat/core/loader.py:82: FutureWarning:
Support for nested sequences for 'parse_dates' in pd.read_csv is deprecated. Combine the desired columns with pd.to_datetime after parsing instead.
/usr/local/lib/python3.12/dist-packages/meteostat/core/loader.py:82: FutureWarning:
Support for nested sequences for 'parse_dates' in pd.read_csv is deprecated. Combine the desired columns with pd.to_datetime after parsing instead.
/usr/local/lib/python3.12/dist-packages/meteostat/core/loader.py:82: FutureWarning:
Support for nested sequences for 'parse_dates' in pd.read_csv is deprecated. Combine the desired columns with pd.to_datetime after parsing instead.
/usr/local/lib/python3.12/dist-packages/meteostat/interface/meteodata.py:167: FutureWarning:
'H' is deprecated and will be removed in a future version, please use 'h' instead.
/home/delta/heat-pump-dashboard/co2intensity.py:6: UserWarning:
Could not infer format, so each element will be parsed individually, falling back to
dateutil
. To ensure parsing is consistent and as-expected, please specify a format.The text was updated successfully, but these errors were encountered: