jonas-is-coding commited on
Commit
d339511
·
verified ·
1 Parent(s): 30850d4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -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,65 @@ tags:
13
 
14
  # destatis-ml-static-de-opendata-data-kurzarbeiter-bv41
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/kurzarbeiter_bv41.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  language:
 
4
  - en
5
  tags:
6
  - destatis
 
12
 
13
  # destatis-ml-static-de-opendata-data-kurzarbeiter-bv41
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: Short-time workers
20
+ - Source CSV: https://www.destatis.de/static/de_/opendata/data/kurzarbeiter_bv41.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
+ - `originalwert_in_1000`
36
+ - `originalwert_vernderung_gegenber_vorjahresmonat_in_`
37
+ - `originalwert_in_1000_vernderung_gegenber_vorjahresmonat_absolut`
38
+ - `trendkonjunkturkomponente_bv_41_in_1000`
39
+ - `trendkonjunkturkomponente_bv_41_vernderung_gegenber_vormonat_in_`
40
+ - `kalender_und_saisonbereinigte_werte_bv_41_in_1000`
41
+ - `kalender_und_saisonbereinigte_werte_bv_41_vernderung_gegenber_vormonat_in_`
42
+
43
+ ## Processing Pipeline
44
+ The source CSV is processed without AI generation:
45
+ - delimiter normalization
46
+ - header normalization (`snake_case`)
47
+ - missing-value token normalization
48
+ - German numeric normalization (e.g. `1.234,56` -> `1234.56`)
49
+ - row consistency checks
50
+
51
+ ## Data Quality Notes
52
+ - Rows: 248
53
+ - Columns: 8
54
+ - Numeric columns ratio: 0.88
55
+ - Missing ratio: 0.01
56
+ - Quality note: ok
57
+
58
+ ## Official Context Snippet
59
+ p> Unemployed Notified vacancies Short-time workers Wholesale trade Original values Persons employed total <a class="Ric
60
+
61
+ ## Intended Use
62
+ This dataset is suitable for:
63
+ - time-series baseline modeling
64
+ - tabular feature engineering
65
+ - analytics and reproducible benchmarking
66
+
67
+ ## Limitations
68
+ - Official revisions can update historical values.
69
+ - Indicator semantics follow Destatis conventions and may require domain context.
70
+
71
+ ## License
72
+ Source data rights follow the official Destatis open-data terms.
73
+ Repository metadata uses `license: other` for Hugging Face compatibility.
74
+
75
+ ## Maintainer
76
+ Maintained by the `destatis` Hugging Face organization (community-run, unofficial).