Expand description
A util for fast reading lines of files into Polars. It uses memory mapping and SIMD.
Functionsยง
- read_
lines - Read the file at
pathinto aDataFrame.
A util for fast reading lines of files into Polars. It uses memory mapping and SIMD.
path into a DataFrame.