-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.Issues related to the googleapis/python-bigquery-pandas API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
I'm experiencing an issue where the data frame returned by pd.read_gbq contains null values that are not recognized by Pandas. That is, df.loc[df.foobar.isnull()] or df.loc[df.foobar.isna()] returns rows where foobar is actually not null/na. And, vice versa, for notnull() and notna() the same happens.
The problem does not exist when first downloading from GBQ as csv and importing that file.
Attached two screenshots of the issue. Unfortunately I cannot provide a data example.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.Issues related to the googleapis/python-bigquery-pandas API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.

