quote_csv module
This script takes a csv file and adds double quotes to each value.
Input:
-i : CSV file to quote
Output:
-o : path and file name of the quoted CSV file
Usage:
- quote_csv.main(csv_file, output_file)
Loads CSV file into pandas dataframe, adds quotes, then writes output CSV file