Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: Unhandled ValueError when Bigquery called through io.gbq returns zero rows #10273
Comments
jreback
added Bug Google I/O
labels
Jun 4, 2015
jreback
added this to the
Next Major Release
milestone
Jun 4, 2015
|
cc @jacobschaer |
ssaumitra
commented
Jun 4, 2015
|
Here is the fix for this: pydata#10274 |
ssaumitra
referenced
this issue
Jun 4, 2015
Closed
BUG: Unhandled ValueError when Bigquery called through io.gbq returns zero rows #10273 #10274
jreback
modified the milestone: 0.16.2, Next Major Release, 0.17.0
Jun 4, 2015
|
closed by #10274 |
jreback
closed this
Aug 29, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ssaumitra commentedJun 4, 2015
Sample code below throws ValueError. Ideally it should return a DataFrame with zero rows.