Skip to content

Instantly share code, notes, and snippets.

@Athmailer
Athmailer / csv_splitter.py
Last active September 27, 2016 16:22 — forked from jrivero/csv_splitter.py
A Python CSV splitter
#!/usr/bin/python
"""
this version can be used in command line/shel with arguments
type >> python csv_splitter.py -h
for a mini help
"""
def split(csv_file,
delimiter=',',