jkwening / bike-price-predictor

Machine learning project that given bike information will predict price and evaluate value comparatively to a listed price.
GNU General Public License v3.0
1 stars 0 forks source link

Import temp table #31

Closed jkwening closed 5 years ago

jkwening commented 5 years ago

Use temp table to mass read csv file into database and then update real table accordingly; adjusting for new columns as needed dynamically.