I'm trying to fast load a pandas dataframe from Python to a Teradata table. The ftd.load_table() function is creating the table with required column but the values are not getting populated from the csv to Teradata table. Is there something which I'm missing??
I'm trying to fast load a pandas dataframe from Python to a Teradata table. The ftd.load_table() function is creating the table with required column but the values are not getting populated from the csv to Teradata table. Is there something which I'm missing??