-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Triage NeededFor new issues, not triaged yet.For new issues, not triaged yet.enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The problem is uploading a Pandas dataframe that has tens of columns and hundreds of thousands of rows. I've tried different ways to do this effectively and even tried https://github.com/yehoshuadimarsky/bcpandas
Describe the solution you'd like
Having a feature to upload a panda's dataframe to a SQL Server table.
Describe alternatives you've considered
bcpandas using cursor.fast_executemany = True
Additional context
It'd be nice if there were a simple interface such as
cursor.insert("table_name", df, append=True)
Metadata
Metadata
Assignees
Labels
Triage NeededFor new issues, not triaged yet.For new issues, not triaged yet.enhancementNew feature or requestNew feature or request