I created a pandas dataframe from a csv named nba and I want to insert all 458 rows from this dataframe into my NBA table on my SQL Server. I am using sqlalchemy and pyodbc. The