-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
gbq.io.to_gbq raises InvalidSchema even thought schema matches #15387
Comments
@mremes Thanks for the report! |
Sure. I'd like to make a pull request for this problem. I'm thinking about making it here because I guess pandas gbq functionality is still used mainly through this package? |
closing in favor of |
@mremes I see you already opened a PR at pandas-gqb, so indeed, that's where the code will be developed from now on, not in pandas anymore. |
DF's schema returned by pandas.io.gbq.generate_bq_schema(df):
Schema from BQ CLI:
to_gbq(df,"dataset.table","project",if_exists="append",private_key=service_key_path)
Throws:
The text was updated successfully, but these errors were encountered: