-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
- Datenguide Python version: 0.1.2 and 0.2.0
- Python version: 3.7.5
- Operating System: macOS Sierra 10.12.6
Description
I tried to request the census data grouped by age for a single city. As a result i get a an empty query. I played around for a bit and discovered, that for the age groups none of the enum values besides "GESAMT" are working. The enum "GES" works fine with all three of its values.
Maybe this isn't a bug at all and i just made a mistake but i don't know what to try next.
I tried version 0.2.0 and 0.1.2 and got the exact same result.
What I Did
query = Query.region('08226098')
field = query.add_field('BEVSTD')
#field.add_args({'year': [2018]})
field.add_args({'ALTX20': 'ALT045B50'}) # this doesn't work
#field.add_args({'GES': 'GESW'}) # this does work
field.get_info()
df = pd.DataFrame(query.results())
Metadata
Metadata
Assignees
Labels
No labels