Closed lei0zhou closed 2 months ago
is it possible to have a argument that specify infer_schema as false, so that every value loaded as string for csv, ndjson, etc?
infer_schema in polars::frame::row - Rust
You can set infer_schema_length: 0 :)
Closing, I pushed a commit to improve the docs here.
is it possible to have a argument that specify infer_schema as false, so that every value loaded as string for csv, ndjson, etc?
infer_schema in polars::frame::row - Rust