pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
26.63k stars 1.63k forks source link

truncate_ragged_lines is missing in python polars.read_csv_batched #16014

Closed VojtaStanek closed 2 weeks ago

VojtaStanek commented 2 weeks ago

Description

Method polars.read_csv_batched does not include truncate_ragged_lines option alhough the underlaying class does.

VojtaStanek commented 2 weeks ago

Already fixed by #15944, sorry for the noise.