0

I have a TSV file that is larger than my memory. I want to use the polars crate in the Rust programming language to iterate over this TSV file and benefit from polars' capabilities such as parsing.

Is this possible with the LazyFrame API?

Manuel
  • 6,461
  • 7
  • 40
  • 54
  • 1
    LazyCsvReader with tab delimiter? https://docs.rs/polars/latest/polars/prelude/struct.LazyCsvReader.html#method.with_delimiter – jqurious May 13 '23 at 12:01

0 Answers0