Skip to content

A util for fast reading lines of files into Polars

Notifications You must be signed in to change notification settings

ruihe774/polars-readlines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polars-readlines

PyPi Latest Release Crates.io Version

A util for fast reading lines of files into Polars. It uses memory mapping and SIMD.

Usage:

import polars_readlines as plrl

df = plrl.read_lines("input.txt")

About

A util for fast reading lines of files into Polars

Resources

Stars

Watchers

Forks

Packages

No packages published