-
* 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 c…
-
* Datenguide Python version: 0.4.1
* Python version: 3.10.9
* Operating System: MacOS 13.4 (22F66)
### Description
Running this tutorial [notebook](https://github.com/CorrelAid/datenguide-pyt…
-
* Datenguide Python version:
0.1.1
* Python version:
Python 3.7.4
* Operating System:
Ubuntu 18.04.4 LTS
### Description
I wanted to try out the [use case about car accidents](use_case/car_ac…
-
Update README to provide more information on the purpose and the architecture of the code in the datenguide/datenguide repo.
-
Statistics meta data:
- Statistics name
- Statistics description
- ?
Region meta data:
- Region name
- Region type (from nuts level)
- ?
-
* Datenguide Python version: 0.3.0
* Python version: all
* Operating System: all
### Description
When creating a query with two or more statistics and an enum column for one of them, the verbose…
-
* Datenguide Python version: 0.3.0
* Python version: All
* Operating System: All
### Description
When adding two statistics to a query and then adding an additional field to one of them,
it …
-
* Datenguide Python version: 0.2.1
* Python version: All
* Operating System: All
### Description
Currently the `datenguide.__version__` attribute does not work correctly and displays `0.1.1` e…
-
* Datenguide Python version: dev
* Python version: 3.8.1
### Description
If a field is added, enum values are "None" (=Gesamt), which is not intuitive. This can be avoided by calling `add_args`, …
enryH updated
4 years ago
-
* Datenguide Python version: 0.1.1
* Python version: 3.7
* Operating System: Debian
### Description
```python
q = Query.region('01')
s = q.add_field('FLCX05')
s.add_args({'ADVNW2':'ADVTN420…