blaze / blaze/odo

Is there a way to find out what steps odo will take?

Open
#586 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1k
Forks
131
PR merge metrics
No merged PRs in 30d

Description

I have a `pandas.DataFrame` and I want to send it to a remote sql database. I'm not sure if it's going to do something fast using `\copy` or `INSERT ... VALUES` or instead something slow using `pandas.DataFrame.to_sql` or sqlalchemy's `executemany`.

Is there a way I can find out what it's doing?
If it's doing something slow, is there a way to hint at something faster?

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue does not identify any files, tests, or entry points. Start by tracing how a pandas.DataFrame is sent to a remote SQL database and determine how the selected transfer method could be observed or influenced; done would require a defined interface and tests covering the reported alternatives.

Written by the indexing model from the issue text.

Assessment

Tech stack
pandas, python, sql, sqlalchemy
Domain
data, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.