Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access Datasets #1648

Open
andrewhong5297 opened this issue Jun 13, 2020 · 1 comment
Open

Cannot access Datasets #1648

andrewhong5297 opened this issue Jun 13, 2020 · 1 comment

Comments

@andrewhong5297
Copy link

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!

@Jesus89
Copy link
Member

Jesus89 commented Jul 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants