A basic Python script that can split a .csv
into multiple files according to user preference.
Just make sure you have the CSV with you :) All the Steps have been properly mentioned as comments.
Example Usage -
>python csv_splitter.py
>Input File Name: test
>Number of Rows: 500
>Done comeback soon!!!
OR
>python csv_splitter.py
>Input File Name: test
>Number of Rows: 100
>Destination Path: destination
>Done comeback soon!!!
Command Line Argument (No destination path given) -
With Destination Path -
Made by Vybhav Chaturvedi