Skip to content

pandas.io.gbq.to_gbq creates duplicate rows, pandas==0.19.2 #15236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
existeundelta opened this issue Jan 26, 2017 · 1 comment
Closed

pandas.io.gbq.to_gbq creates duplicate rows, pandas==0.19.2 #15236

existeundelta opened this issue Jan 26, 2017 · 1 comment

Comments

@existeundelta
Copy link

df.to_gbq(data, dataset, chunksize=10000, verbose=False, reauth=False, if_exists='append', private_key=private_key)

Problem description

We only insert DataFrame one time
It seems is in insert because we also see duplicates in Bigquery WebUIConsole
can be related with #5840?

pandas==0.19.2
@jreback
Copy link
Contributor

jreback commented Jan 26, 2017

w/o a reproducible example this is not useful

if you would like to add an example great

@jreback jreback closed this as completed Jan 26, 2017
@jreback jreback added this to the No action milestone Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants