jonas-is-coding commited on
Commit
9b4f5e2
·
verified ·
1 Parent(s): ed70ebe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-x13
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: Umsatzindex Gebrauchsgüter mit Kalender- und Saisonbereinigung nach X13 JDemetra+
20
+ - Source CSV: https://www.destatis.de/static/de_/opendata/data/umsatzindex_gebrauchsgueter_x13.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
+ - `saison_und_kalenderbereinigte_werte_nach_x_13_jdemetra_2021100`
38
+ - `saison_und_kalenderbereinigte_werte_nach_x_13_jdemetra_vernderung_gegenber_vorsmonat_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
+ - `saison_und_kalenderbereinigte_werte_nach_x_13_jdemetra_vernderung_gegenber_vorsmonat_in_`: period-over-period or year-over-year change metric.
45
+
46
+ ## Processing Pipeline
47
+ The source CSV is processed without AI generation:
48
+ - delimiter normalization
49
+ - header normalization (`snake_case`)
50
+ - missing-value token normalization
51
+ - German numeric normalization (e.g. `1.234,56` -> `1234.56`)
52
+ - row consistency checks
53
+
54
+ ## Data Quality Notes
55
+ - Rows: 349
56
+ - Columns: 5
57
+ - Numeric columns ratio: 0.80
58
+ - Missing ratio: 0.01
59
+ - Quality note: ok
60
+
61
+ ## Official Context Snippet
62
+ Official description from source metadata: Umsatzindex Gebrauchsgüter mit Kalender- und Saisonbereinigung nach X13 JDemetra+. This series is published by Destatis as part of its open data program.
63
+
64
+ ## Intended Use
65
+ This dataset is suitable for:
66
+ - time-series baseline modeling
67
+ - tabular feature engineering
68
+ - analytics and reproducible benchmarking
69
+
70
+ ## Limitations
71
+ - Official revisions can update historical values.
72
+ - Indicator semantics follow Destatis conventions and may require domain context.
73
+
74
+ ## License
75
+ Source data rights follow the official Destatis open-data terms.
76
+ Repository metadata uses `license: other` for Hugging Face compatibility.
77
+
78
+ ## Maintainer
79
+ Maintained by the `destatis` Hugging Face organization (community-run, unofficial).