Closed anders-kiaer closed 2 years ago
Used only one place apparently: https://github.com/equinor/fmu-ensemble/search?q=error_bad_lines
This has been deprecated since pandas == 1.3 and is now emitting a FutureWarning (instead of the more natural DeprecationWarning) when used (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html).
pandas == 1.3
FutureWarning
DeprecationWarning
Used only one place apparently: https://github.com/equinor/fmu-ensemble/search?q=error_bad_lines
This has been deprecated since
pandas == 1.3
and is now emitting aFutureWarning
(instead of the more naturalDeprecationWarning
) when used (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html).