lukezhang23 / Weather-Dashboard

Streamlit weather dashboard that calls NWS and Geoapify APIs
0 stars 0 forks source link

Fix Time #3

Open lukezhang23 opened 1 month ago

lukezhang23 commented 1 month ago

Figure out what’s going on with the timezones, somehow the pandas dataframe is still in UTC, but streamlit does a conversion to ET? Can pull timezone data from Geoapify.

lukezhang23 commented 3 weeks ago

Also, fix times where the duration is greater than one hour by adding subsequent hours.