How do I insert 10-50k+ rows (from e.g. Series or Dataframe) into a Teradata table effectively with Pyodbc?
Background:
- I am building a GUI app in Python
- No Teradata libraries can be used (as I fail to package the software with those libs)
How do I insert 10-50k+ rows (from e.g. Series or Dataframe) into a Teradata table effectively with Pyodbc?
Background: