- Processes the dataset in the source .csv file and compares each column in the source file to the columns in the template .csv file and uses the most similar columns in the template file to transform the columns in the source file. It alos discards duplicate columns and irrelevant columns.
python app.py ./source/table_A.csv ./source/template.csv target.csv
- Command Line Execution Version & User Interface Version
- https://www.loom.com/share/5429f2713ff34f5690cf471db63d25fa?sid=e6675180-7a3e-4e8b-87a4-655ca0e32b4f
- Shortcoming of the GPT Model and Possible Solutions