blaylockbk / SynopticPy

Retrieve mesonet weather data as Polars DataFrames from Synoptic's Weather API.
https://synopticpy.readthedocs.io/
MIT License
50 stars 6 forks source link

Web app: tz_localize error #50

Closed blaylockbk closed 6 days ago

blaylockbk commented 1 year ago

New error in making timeseries.

  File "/home/pyodide/../assets/python/timeseries.py", line 813, in main
    df.index = pd.to_datetime(df.index).tz_localize(None)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Index' object has no attribute 'tz_localize'