3

Per these instructions I'm trying to load in some sample data from BigQuery. Even though the data loads successfully, I get this error at the very end. If I run %bigquery x as the 1st line to store the results as a variable, I can verify I'm stilling getting a 15 row pandas data frame by running type(x) and len(x), but calling x itself still results in an error.. Help would be much appreciated!

enter image description here

1 Answer 1

2

try this. At least it worked for me

!pip uninstall numpy
!pip uninstall pandas

!pip install --user numpy
!pip install --user  pandas
Sign up to request clarification or add additional context in comments.

1 Comment

Yeah, for me too! (Although, I have a situation different from the one in question)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.