Skip to content

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

@MBosquet

Description

@MBosquet
  • 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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions