You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: