Getting Started
split_csv()
Split a CSV file into multiple smaller CSV files.
input_file (str) – Path to the input CSV file.
output_dir (str) – Directory to save the split CSV files.
lines_per_file (int) – Number of lines per output file.