This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
import csv | |
import time | |
import operator | |
#Author: NRoot | |
#Purpose: for splitting up large UNSORTED CSV files based on a category. | |
# For instance, if working with a file containing data on an entire state |