Crate polars_readlines

Source
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 path into a DataFrame.