Skip to content

Save a large Pandas Dataframe Quickly #240

@lifesabirch

Description

@lifesabirch

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.enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions