From cd08af995341a92b7d6c37cb214138d8350d647b Mon Sep 17 00:00:00 2001 From: Daniel Villaveces Date: Wed, 23 Oct 2024 23:24:59 -0400 Subject: [PATCH] Fixes error message in csv parser --- crates/polars-io/src/csv/read/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/polars-io/src/csv/read/parser.rs b/crates/polars-io/src/csv/read/parser.rs index 2b11013be951..9272dc6d65b8 100644 --- a/crates/polars-io/src/csv/read/parser.rs +++ b/crates/polars-io/src/csv/read/parser.rs @@ -835,7 +835,7 @@ pub(super) fn parse_lines( \n\ You might want to try:\n\ - increasing `infer_schema_length` (e.g. `infer_schema_length=10000`),\n\ - - specifying correct dtype with the `dtypes` argument\n\ + - specifying correct dtype with the `schema_overrides` argument\n\ - setting `ignore_errors` to `True`,\n\ - adding `{}` to the `null_values` list.\n\n\ Original error: ```{}```",