I've reached out on Twitter to see if I can attract more Pandas users to this list as this is a pandas-specific issue for which I don't have the expertise to answer.
On Sun, Aug 18, 2019, at 5:24 AM, Mohan Raj wrote: > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sqlalchemy/34b6ab86-ab03-4655-8c9f-629738834cba%40googlegroups.com > > <https://groups.google.com/d/msgid/sqlalchemy/34b6ab86-ab03-4655-8c9f-629738834cba%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/6c36acd7-3098-48a7-819f-ee77ec67b712%40www.fastmail.com.
