Convert Pandas Df.info() Into a SQL DDL
I am trying to take a pandas df and move it to a new Vertica table. Is there a way to convert the df.info() so that i coincides as an automated process for building the SQL insert?
I am trying to take a pandas df and move it to a new Vertica table. Is there a way to convert the df.info() so that i coincides as an automated process for building the SQL insert?