Hi I am attempting to use sqlalchemy-teradata to write a pandas dataframe into a Teradata table. Here is the code I am using: from sqlalchemy import create_engine import sqlalchem
Solution 1:
I would first of all check if the packages are installed correctly:
Post a Comment for "Nosuchmoduleerror: Can't Load Plugin: Sqlalchemy.dialects:teradata"