noaa-oar-arl / monetio

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

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

Closed zmoon closed 2 months ago

zmoon commented 2 years 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)

zmoon commented 2 months ago

Closing in favor of #111