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
But only use it for the date_of_acquisition. The date_for_which_weather_is_predicted field should stay datetime.datetime.date for dailyprediction as it refers to a whole day.
We should use timestamp if we are inserting more than once a day.
I guess the problem is here for example:
webscraping_2018/bild_scraping.py
Line 140 in aba5809
webscraping_2018/daily_db.py
Line 95 in aba5809
We have to check where else it exists.
The text was updated successfully, but these errors were encountered: