bwlewis/lazy.frame
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A lazy.frame is a data frame promise. It presents a delimited text file as a kind of simple data frame, but without initially loading the file into memory. Lazy frames load data from their backing files on demand, and are useful for quickly and efficiently extracting subsets from large csv and other text files. They support normal and gzip-compressed files.