All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m55s
Signed-off-by: flemming-it <sf@flemming.it>
21 lines
456 B
Markdown
21 lines
456 B
Markdown
# stats.cohort_size
|
|
|
|
Größe von Adressaten-Kohorten ermitteln
|
|
|
|
## Was es tut
|
|
|
|
Ermittelt die Größe einer Adressaten-Kohorte (z. B. 'Berliner KMU nach WZ-Code'). v0.1 mit Stub-Tabelle für die Pilot-Kohorten; v0.2 mit DESTATIS-GENESIS-API-Adapter.
|
|
|
|
## Verwendung
|
|
|
|
```yaml
|
|
steps:
|
|
- id: step
|
|
use: stats.cohort_size@^0
|
|
with:
|
|
# Eingaben siehe module.yaml
|
|
```
|
|
|
|
## Lizenz
|
|
|
|
Apache-2.0 — Teil des Recl∆Im-Modulsets (Flemming.AI), auf Ch∆In.
|