Skip to content

Files

Latest commit

aef4cb6 · Jun 21, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

CSV_Splitter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 21, 2021
Jun 21, 2021

README.md

Split_CSV

A basic Python script that can split a .csv into multiple files according to user preference.

Setup instructions

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!!!

Output

Input Image upto 1745 rows

Command Line Argument (No destination path given) -

CLI

Output

With Destination Path -

CLI2

Destination

Author(s)

Made by Vybhav Chaturvedi