I am trying to load data from a Big query table to pandas dataframe. I followed the syntax given in the documentation here. Unfortunately, I am getting the error below.

I read a stackoverflow solution here, and followed its solution but I got this.

Then, I tried separating the code lines, but I get a new error UsageError: Line magic function %%bigquery not found.

I have been trying for a couple of hours to resolve this. Even restarting the kernel is not working. This works the very first time you run it but not if you run it twice. I have no clue what's going on. Any thoughts?
Make sure you have run:
%load_ext google.cloud.bigquery
in a separate cell.
(And don't put comments before the line with %%bigquery in it, as the other answer says.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With