CartoDB/cartoframes

Cannot access Datasets

Opened this issue · 1 comments

The code from this tutorial

from cartoframes.data.observatory import Dataset

dataset = Dataset.get('acs_sociodemogr_b758e778')
variables_df = dataset.variables.to_dataframe()

Gives me the error
JSONDecodeError: Expecting value

and
CatalogError: We are sorry, There's a problem when connecting to the catalog: Expecting value: line 1 column 1 (char 0)

Also, where is the full list of demographic datasets? I can't find them on the site. Thanks!

Hey @andrewhong5297.

What version of Python are you using? Could you try with Python 3.6?

Regarding the catalog, you can discover all the datasets from CARTOframes too. Check the Discovery guide