jonas-is-coding commited on
Commit
c02fd54
·
verified ·
1 Parent(s): 3d952df

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -6
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
  license: other
3
  language:
4
- - de
5
  - en
6
  tags:
7
  - destatis
@@ -13,10 +12,61 @@ tags:
13
 
14
  # destatis-ml-static-de-opendata-data-erwerbstaetige-originalwert
15
 
16
- ## Inoffizieller Hinweis / Unofficial note
17
- Dieses Repository ist ein **privates Open-Source-Projekt** und **nicht offiziell** vom Statistischen Bundesamt (Destatis) betrieben.
18
-
19
  This repository is a **private open-source project** and is **not an official** repository of the Federal Statistical Office of Germany (Destatis).
20
 
21
- ## Quelle / Source
22
- - https://www.destatis.de/static/de_/opendata/data/erwerbstaetige_originalwert.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  language:
 
4
  - en
5
  tags:
6
  - destatis
 
12
 
13
  # destatis-ml-static-de-opendata-data-erwerbstaetige-originalwert
14
 
15
+ ## Unofficial Notice
 
 
16
  This repository is a **private open-source project** and is **not an official** repository of the Federal Statistical Office of Germany (Destatis).
17
 
18
+ ## Data Explanation
19
+ - Official dataset label: Persons engaged in economic activity
20
+ - Source CSV: https://www.destatis.de/static/de_/opendata/data/erwerbstaetige_originalwert.csv
21
+ - Source page: https://www.destatis.de/EN/Service/OpenData/short-term-indicators.html
22
+ - Snapshot timestamp (UTC): 2026-05-11T12:20:36.056321+00:00
23
+
24
+ ## Overview
25
+ This dataset contains a machine-learning-ready tabular version of a Destatis open-data series.
26
+ The original CSV is transformed with deterministic preprocessing rules to support reproducible ML workflows.
27
+
28
+ ## Dataset Structure
29
+ Files:
30
+ - `data.csv`: normalized table
31
+ - `README.md`: dataset card with provenance and processing notes
32
+
33
+ Columns (sample):
34
+ - `datum`
35
+ - `erwerbsttige_mit_wohnort_in_deutschland_anzahl_in_1000`
36
+ - `erwerbsttige_mit_wohnort_in_deutschland_vernderung_zum_vorjahresmonat_in_`
37
+ - `erwerbsttige_mit_wohnort_in_deutschland_vernderung_zum_vorjahresmonat_in_1000`
38
+
39
+ ## Processing Pipeline
40
+ The source CSV is processed without AI generation:
41
+ - delimiter normalization
42
+ - header normalization (`snake_case`)
43
+ - missing-value token normalization
44
+ - German numeric normalization (e.g. `1.234,56` -> `1234.56`)
45
+ - row consistency checks
46
+
47
+ ## Data Quality Notes
48
+ - Rows: 313
49
+ - Columns: 4
50
+ - Numeric columns ratio: 0.75
51
+ - Missing ratio: 0.02
52
+ - Quality note: ok
53
+
54
+ ## Official Context Snippet
55
+ data/data/grosshandelsverkaufspreise_bv41.csv" title="External link CSV-Datei: Index der Großhandelsverkaufspreise mit Kalender- und Saisonbereinigung nach BV 4.1">Index of wholesale prices Employment ILO-International Labour Organization-labour market statistics Original values Employment accounts...
56
+
57
+ ## Intended Use
58
+ This dataset is suitable for:
59
+ - time-series baseline modeling
60
+ - tabular feature engineering
61
+ - analytics and reproducible benchmarking
62
+
63
+ ## Limitations
64
+ - Official revisions can update historical values.
65
+ - Indicator semantics follow Destatis conventions and may require domain context.
66
+
67
+ ## License
68
+ Source data rights follow the official Destatis open-data terms.
69
+ Repository metadata uses `license: other` for Hugging Face compatibility.
70
+
71
+ ## Maintainer
72
+ Maintained by the `destatis` Hugging Face organization (community-run, unofficial).