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

RuntimeError - too many scroll contexts when executing Query.all_regions #89

Open
MBosquet opened this issue May 25, 2020 · 0 comments
Open

Comments

@MBosquet
Copy link
Collaborator

  • Datenguide Python version: 0.2.2
  • Python version: 3.6.8
  • Operating System: macOS Catalina 10.15.4

Description

Wanted to try Query.all_regions() instead of Query.regions as a next step. But resulted in an error.
See data_overview branch: "data_overview_example_feedback" notebook for details.

What I Did

q3 = Query.all_regions()
q3.add_field('PLZ005')
df3 = q3.results()
df3.head()

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

1 participant