noaa-oar-arl / monetio

The Model and ObservatioN Evaluation Tool I/O package
https://monetio.readthedocs.io
MIT License
16 stars 19 forks source link

`{error,warn}_bad_lines` deprecated in pandas #87

Open zmoon opened 1 year ago

zmoon commented 1 year ago
airnow.py:103: FutureWarning: The error_bad_lines argument has been deprecated and will be removed in a future version. Use on_bad_lines in the future.

Need to deal with this at some point.

on_bad_lines was introduced and the {error,warn}_bad_lines deprecated in pandas v1.3.0 (July 2021)