explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Add ignore_errors option to DataFrame.from_csv options

Open agutierrezrodriguez opened this issue 1 year ago • 1 comments

ignore_errors is an option that is available in polars library (python and rust) when you are reading a csv file.

It should bypass the error and continue parsing a csv file.

Add support to use it in Explorer.DataFrame.from_csv/2 function.

agutierrezrodriguez avatar Feb 15 '25 12:02 agutierrezrodriguez

PRs welcome!

josevalim avatar Feb 15 '25 13:02 josevalim