No description
Find a file
2023-05-03 14:07:55 -04:00
.gitignore remove sensitive data 2023-04-25 00:28:06 -04:00
merge-csv.py fix columns, remove s--.1 2023-05-03 14:07:55 -04:00
README.md More efficient merging, Verbose, Fix columns 2023-04-26 14:25:02 -04:00

# merge-csv

Dependencies

pip install numpy
pip install pandas
pip install pysftp

Usage

python merge-csv.py (-stvq) (-d directory) (-r remote)  (-p project)

Arguments

 -h, --help       show this help message and exit
 -t, --teacher    merge teacher data
 -s, --student    merge student data
 -q, --quiet      run without output (besides errors and warnings)
 -v, --verbose    run with extra output information
 -d, --directory  directory for local csv merging
 -r, --remote-url sftp url for remote merging
 -p, --project    add a project name to the merged csv file name

Examples

python merge-csv.py -st -d ./test-csv/