jonas-is-coding commited on
Commit
e06fdd6
·
verified ·
1 Parent(s): 55d0dac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -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,62 @@ tags:
13
 
14
  # destatis-ml-static-de-opendata-data-gastgewerbeumsatz-nominal-x13
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/gastgewerbeumsatz_nominal_x13.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  language:
 
4
  - en
5
  tags:
6
  - destatis
 
12
 
13
  # destatis-ml-static-de-opendata-data-gastgewerbeumsatz-nominal-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: X13 JDemetra+
20
+ - Source CSV: https://www.destatis.de/static/de_/opendata/data/gastgewerbeumsatz_nominal_x13.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_messzahlen_2015100`
36
+ - `originalwert_vernderung_gegenber_vorjahresmonat_in_`
37
+ - `saison_und_kalenderbereinigte_werte_nach_x_13_jdemetra_messzahlen_2015100`
38
+ - `saison_und_kalenderbereinigte_werte_nach_x_13_jdemetra_vernderung_gegenber_vorsmonat_in_`
39
+
40
+ ## Processing Pipeline
41
+ The source CSV is processed without AI generation:
42
+ - delimiter normalization
43
+ - header normalization (`snake_case`)
44
+ - missing-value token normalization
45
+ - German numeric normalization (e.g. `1.234,56` -> `1234.56`)
46
+ - row consistency checks
47
+
48
+ ## Data Quality Notes
49
+ - Rows: 348
50
+ - Columns: 5
51
+ - Numeric columns ratio: 0.80
52
+ - Missing ratio: 0.01
53
+ - Quality note: ok
54
+
55
+ ## Official Context Snippet
56
+ rtschaftszweigen, in jeweiligen Preisen, Originalwerte">Turnover at current prices Turnover at constant prices Calendar and seasonally adjusted Turnover at current prices X13 JDemetra+ | BV 4.1 Turnover at constant prices <a class="RichTextExtLink ExternalLink" href="https://www.destatis.de/static/d...
57
+
58
+ ## Intended Use
59
+ This dataset is suitable for:
60
+ - time-series baseline modeling
61
+ - tabular feature engineering
62
+ - analytics and reproducible benchmarking
63
+
64
+ ## Limitations
65
+ - Official revisions can update historical values.
66
+ - Indicator semantics follow Destatis conventions and may require domain context.
67
+
68
+ ## License
69
+ Source data rights follow the official Destatis open-data terms.
70
+ Repository metadata uses `license: other` for Hugging Face compatibility.
71
+
72
+ ## Maintainer
73
+ Maintained by the `destatis` Hugging Face organization (community-run, unofficial).