Spencer-Weston / NBApredict

NBA game prediction model
MIT License
13 stars 9 forks source link

Incorrect Table Drop #1

Closed Spencer-Weston closed 5 years ago

Spencer-Weston commented 5 years ago

If a table exists in the database, an error arises when create_table is run even if overwrite = True. If the file is run a second time, it performs without an error. I suspect it indicates there is an issue in the order of operations, or the table is dropped in an incorrect manner.