Exploratory Data Analysis Using Python and BigQuery Reviews
17606 reviews
When trying to run "from google.cloud import bigquery" the console produced the following error: ImportError: cannot import name 'WKBWriter' from 'shapely.geos' (/opt/conda/lib/python3.9/site-packages/shapely/geos.py)
Kunal A. · Reviewed over 2 years ago
In the second part of the lab ("explore and create ML datasets", there was an error with "from google.cloud import bigquery" The error came up as "Cannot import name WKBWriter from shapely.geos" I needed to add "pip install -U google-cloud-aiplatform "shapely<2"" in order to move forward with the lab. Also the public taxi dataset link never loaded, I was only able to move forward with the lab by looking at cells below that showed the name of the table required. There were also a few places in the lab where coding was required and it was not marked with #TODO.
Kathryn J. · Reviewed over 2 years ago
Карина Ш. · Reviewed over 2 years ago
Juan V. · Reviewed over 2 years ago
A bit annoying when bigquery import didn't work (had to pip install correct shapely version)
Matti M. · Reviewed over 2 years ago
Katelynn H. · Reviewed over 2 years ago
Fred A. · Reviewed over 2 years ago
Elgin W. · Reviewed over 2 years ago
SIVASANKARI K. · Reviewed over 2 years ago
Abdul S. · Reviewed over 2 years ago
Mohit C. · Reviewed over 2 years ago
good.
Xishan C. · Reviewed over 2 years ago
Sujith K. · Reviewed over 2 years ago
Celso Luiz M. · Reviewed over 2 years ago
LUCAS S. · Reviewed over 2 years ago
Tapan B. · Reviewed over 2 years ago
Giap L. · Reviewed over 2 years ago
Ardak Z. · Reviewed over 2 years ago
Seitkazin B. · Reviewed over 2 years ago
Jimmy J. · Reviewed over 2 years ago
SNEHANSU G. · Reviewed over 2 years ago
Ivan I. · Reviewed over 2 years ago
Philipp H. · Reviewed over 2 years ago
Ran in to an error on the create ML datasets File ~/.local/lib/python3.9/site-packages/google/cloud/bigquery/_pandas_helpers.py:56 52 return write(v) if notnull(v) else v 54 return _to_wkb ---> 56 _to_wkb = _to_wkb() 58 try: 59 from google.cloud.bigquery_storage import ArrowSerializationOptions File ~/.local/lib/python3.9/site-packages/google/cloud/bigquery/_pandas_helpers.py:46, in _to_wkb() 39 def _to_wkb(): 40 # Create a closure that: 41 # - Adds a not-null check. This allows the returned function to (...) 44 # - Caches the WKBWriter (and write method lookup :) ) 45 # - Avoids adding WKBWriter, lgeos, and notnull to the module namespace. ---> 46 from shapely.geos import WKBWriter, lgeos # type: ignore 48 write = WKBWriter(lgeos).write 49 notnull = pandas.notnull ImportError: cannot import name 'WKBWriter' from 'shapely.geos' (/opt/conda/lib/python3.9/site-packages/shapely/geos.py) could not finish the lab. :(
Rob P. · Reviewed over 2 years ago
Santosh N. · Reviewed over 2 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.