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?
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?