Project Overview: Python SQL Data Cleanse
This project showcases my Python skillset. Essentially my goal was to dedupe a CSV file before inserting the data into SQL Database. I was able to successfully scan the file for duplicates (none were located) and insert my CSV file into a table by connecting by ODBC.