We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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)
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!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
The code from this tutorial
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!
The text was updated successfully, but these errors were encountered: