Hey! Great work! Loved your project.
One thing that I could suggest is that in the dashboard.py file, the "update_pollution_plot" function, even though the code checks whether users typed valid cities, etc., it doesn't actually check whether the data for that valid input exists or not. (e.g. does the data exist for the selected date range?) A if filtered_df.empty: statement could be useful.
Congratulations!
Hey! Great work! Loved your project.
One thing that I could suggest is that in the dashboard.py file, the "update_pollution_plot" function, even though the code checks whether users typed valid cities, etc., it doesn't actually check whether the data for that valid input exists or not. (e.g. does the data exist for the selected date range?) A if filtered_df.empty: statement could be useful.
Congratulations!