mirror of
https://github.com/edcommonwealth/merge-csv.git
synced 2026-03-08 23:18:19 -07:00
22 lines
No EOL
844 B
Markdown
22 lines
No EOL
844 B
Markdown
# merge-csv
|
|
|
|
## Dependencies
|
|
```bash
|
|
pip install numpy
|
|
pip install python-dotenv
|
|
```
|
|
## Usage
|
|
```bash
|
|
python merge-csv.py (-sth) (-d directory)
|
|
```
|
|
## Arguments
|
|
```bash
|
|
-h, --help show this help message and exit
|
|
-t, --teacher merge teacher data
|
|
-s, --student merge student data
|
|
-d, --folder directory for local csv merging
|
|
```
|
|
## Example
|
|
```bash
|
|
python merge-csv.py -st -d ./test-csv/
|
|
``` |