Splitting CSV file

Splits the provided file into parts with chunk size.

Script: split-csv.py

Usage:

python split-csv.py <csv_file_path> <rows_per_file>

Example:

python split-csv.py file.csv 10000

Revision #2
Created 8 August 2022 19:44:44 by Nariman
Updated 8 August 2022 19:59:56 by Nariman