This Python script splits large CSV files into smaller parts, ensuring that each part does not exceed a specified size (e.g., 1 MB). Each split file includes the original header for easier handling of ...
The script will process all the files present in csv/pytest/input and generate a split version for each of them into csv/pytest/output. Once done, expected files in csv/pytest/expected are compared to ...