I am trying to connect and delete rows from teradata table using python ,I know that python has some module to do that like below , but in my current project I cannot install them using pip as it is not allowed .But I have the required jar for teradata : teradatajdbc4.jar , tdgssconfig.jar.Using this 2 jar how can I connect and delete rows from there
import pandas as pd````