jonas-is-coding commited on
Commit
67915c6
·
verified ·
1 Parent(s): 7740c3d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ tags:
6
+ - destatis
7
+ - germany
8
+ - open-data
9
+ - ml-ready
10
+ - tabular
11
+ ---
12
+
13
+ # umsatzindex-gebrauchsgueter-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: Auftragseingangsindex Gebrauchsgüter mit Kalender- und Saisonbereinigung nach BV 4.1
20
+ - Source CSV: https://www.destatis.de/static/de_/opendata/data/umsatzindex_gebrauchsgueter_bv41.csv
21
+ - Source page: https://www.destatis.de/EN/Service/OpenData/short-term-indicators.html
22
+ - Snapshot timestamp (UTC): 2026-05-12T14:16:36.268722+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_2021100`
36
+ - `originalwert_vernderung_gegenber_vorjahresmonat_in_`
37
+ - `trendkonjunkturkomponente_bv_41_2021100`
38
+ - `trendkonjunkturkomponente_bv_41_vernderung_gegenber_vormonat_in_`
39
+
40
+ ## Field Notes
41
+ - `datum`: time index / reporting period.
42
+ - `originalwert_2021100`: raw/original value from source table.
43
+ - `originalwert_vernderung_gegenber_vorjahresmonat_in_`: period-over-period or year-over-year change metric.
44
+ - `trendkonjunkturkomponente_bv_41_2021100`: seasonally/calendar adjusted trend component.
45
+ - `trendkonjunkturkomponente_bv_41_vernderung_gegenber_vormonat_in_`: period-over-period or year-over-year change metric.
46
+
47
+ ## Processing Pipeline
48
+ The source CSV is processed without AI generation:
49
+ - delimiter normalization
50
+ - header normalization (`snake_case`)
51
+ - missing-value token normalization
52
+ - German numeric normalization (e.g. `1.234,56` -> `1234.56`)
53
+ - row consistency checks
54
+
55
+ ## Data Quality Notes
56
+ - Rows: 349
57
+ - Columns: 5
58
+ - Numeric columns ratio: 0.80
59
+ - Missing ratio: 0.01
60
+ - Quality note: ok
61
+
62
+ ## Official Context Snippet
63
+ Official description from source metadata: Auftragseingangsindex Gebrauchsgüter mit Kalender- und Saisonbereinigung nach BV 4.1. This series is published by Destatis as part of its open data program.
64
+
65
+ ## Intended Use
66
+ This dataset is suitable for:
67
+ - time-series baseline modeling
68
+ - tabular feature engineering
69
+ - analytics and reproducible benchmarking
70
+
71
+ ## Limitations
72
+ - Official revisions can update historical values.
73
+ - Indicator semantics follow Destatis conventions and may require domain context.
74
+
75
+ ## License
76
+ Source data rights follow the official Destatis open-data terms.
77
+ Repository metadata uses `license: other` for Hugging Face compatibility.
78
+
79
+ ## Maintainer
80
+ Maintained by the `destatis` Hugging Face organization (community-run, unofficial).