patrickcooper95 / March-Madness

March Madness Machine Learning Mania
0 stars 0 forks source link

Test Pandas `to_sql` with a MySQL sqlalchemy engine for MySQL data ingest #11

Open patrickcooper95 opened 1 year ago

patrickcooper95 commented 1 year ago

Rather than building a custom MySQL loader, we may be able to use the existing logic that loads CSV -> SQLite to load CSV -> MySQL. We'll need to test and inspect the DB