Questions tagged [google-cloud-datalab]

An online tool for data analysis provided by Google as part of its Cloud Platform.

An easy to use interactive tool for large-scale data exploration, analysis, and visualization.

See more at https://cloud.google.com/datalab.

468 questions
0
votes
0 answers

Google Cloud Datalab - insufficient permissions for project

I am using Google AppEngine to run an application. I am now trying to setup the Google Cloud Datalab. I have the Compute Engine enabled. When I try to deploy, I get the following error in the log: ... Jan 26 21:48:20…
jankos
  • 896
  • 1
  • 11
  • 16
0
votes
1 answer

How to collapse code cells in Google Cloud Datalab?

Is there a way to collapse some code cells in Google Cloud Datalab? This S/O question has a few solutions to collapses all code cells. It would be nice if I could collapse only a couple code cells (functions, init code...) and that this info would…
emerix
  • 611
  • 5
  • 9
0
votes
1 answer

Getting large datasets into Cloud Datalab

Is it possible to get large datasets into a pandas DataFrame? My dataset is approx. 1.5 Gb uncompressed (input for clustering), but when I try and select the contents of the Table using bq.Query(...) it throws an exception: RequestException:…
Chris
  • 430
  • 2
  • 11
0
votes
2 answers

Can't Deploy DataLab: 401 Locked Domain Expired error

When trying to deploy Datalab it fails with the following error message in the log file: {"error":{"errors":[{"domain":"global","reason":"lockedDomainExpired","message":"Locked Domain Expired"}],"code":401,"message":"Locked Domain…
0
votes
1 answer

Google Datastore API from Datalab

I am working with Google's Datalab service, on a Google managed Computer engine(default), and I would like to call my Google Datastore's API. The documentation points to using the from google.appengine.ext import db library. But when I execute this…
0
votes
1 answer

Datalab "deploy" fails

On the first step, after clicking "Deploy" button at https://datalab.cloud.google.com/ the messages pops up The request to deploy Cloud Datalab into project ... failed. Please ensure that the project is enabled for billing. Additionally, you must…
bzz
  • 663
  • 3
  • 12
0
votes
1 answer

How to debug parse error when inserting data to BigQuery from Google Cloud Datalab?

How can I debug a failure to insert data into BigQuery from Google Cloud Datalab? This is my code, but it's throwing an error on the last line. aggregate_data is a Pandas dataframe with 8172 rows and 92 columns: ds = 'calculations' dataset =…
Richard
  • 62,943
  • 126
  • 334
  • 542
0
votes
1 answer

No controls visible in Google Cloud Datalab?

Why do the controls in the Google Cloud Datalab sometimes disappear? I'm using latest Chrome build on OSX: At the top, where there should be "Run", "Insert code" buttons etc, there's nothing. Refreshing does not help. The console panel shows…
Richard
  • 62,943
  • 126
  • 334
  • 542
0
votes
1 answer

Why does the Table metadata show zero rows when querying the table returns rows?

I have inserted data into a Table in Cloud Datalab. When I look at the table metadata it says the table has size 0, but if I query or sample the table I can see data. What gives?
Graham Wheeler
  • 2,734
  • 1
  • 19
  • 23
0
votes
1 answer

How to link chart and javascript cell to have the same chart object as reference

Recently started exploring Cloud Datalab.I have implemented GeoCharts and now i wanted to place event handling and extend chart functionality.I couldn't figure out how to link %%charts cell and %%javascript cell to have the same chart reference and…
Praneeth
  • 23
  • 4
0
votes
1 answer

WHERE statement in google cloud datalab failing when using a list.

I'm using google cloud datalab and I'm trying to select data from a table based on the match in a list. First I use a python cell to define my list import gcp.bigquery as bq samples = ['TCGA-CH-5751-01A', 'TCGA-EJ-5496-01A'] Then I create a cell…
jraab
  • 413
  • 4
  • 10
0
votes
1 answer

google cloud datalab: reload set from bigquery leads to RespondNotReady

Using Datalab for analysis, I need to sample data from bigquery. When I refresh my sample, I sometimes get this error: /usr/lib/python2.7/httplib.pyc in getresponse(self, buffering) 1059 # 1060 if self.__state != _CS_REQ_SENT…
0
votes
1 answer

How do I store a DataFrame into a BigTable in Google DataLab?

I have a DataFrame df. I create a BigQuery table. # Create the schema, using the convenience of basing it on example DataFrame schema = bq.Schema.from_dataframe(df) # Create the dataset bq.DataSet('ids').create() # Create the table suri_table =…
wishi
  • 7,188
  • 17
  • 64
  • 103
0
votes
1 answer

Unable To Deploy Google Cloud Datalab - startupscript "Giving up due to transient errors. Please try again."

When I try to deploy Datalab to one of my existing projects, I am running into "Giving up due to transient errors" in the startupscript (second to last line in the log output tail below). All attempts log themselves in the automatically created…
mpod
  • 1
0
votes
2 answers

Not able to deploy Google Cloud Datalab

I have logged into my gmail account. I have given my GAE projects access to Google Cloud and Google Cloud API. I then went to https://datalab.cloud.google.com/ I click deploy nothing ever happens even after 30 minutes and clicking on log shows this…
1 2 3
31
32