csv-slice
Extract rows or columns from CSV files without loading the entire file
Installation
Clone the repository and build with Cargo:
CLI Usage
csv-slice rows --input <csv_file> --start <start> --end <end>
csv-slice columns --input <csv_file> --columns <col1> <col2> ...
Example:
use ;
let rows = extract_rows?;
let cols = extract_columns?;
Examples
Run example programs: