explorer
explorer copied to clipboard
Add ignore_errors option to DataFrame.from_csv options
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.
PRs welcome!