elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

how to set infer_schema=false for IO #970

Closed lei0zhou closed 2 months ago

lei0zhou commented 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

josevalim commented 2 months ago

You can set infer_schema_length: 0 :)

josevalim commented 2 months ago

Closing, I pushed a commit to improve the docs here.