Hi,

I used "sqlalchemy" in my python code for inserting a Dataframe from 
Pandas(0.25.0) to Microsoft SQL Server 2014.

While inserting the data, all the columns are considered as varchar type, 
instead there are integer values in the column. I need to consider the data 
type based on second row of Dataframe instead of first row.

Help me to resolve the above mentioned query.

Regards

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/34b6ab86-ab03-4655-8c9f-629738834cba%40googlegroups.com.

Reply via email to