jonas-is-coding commited on
Commit
2d7840e
·
verified ·
1 Parent(s): 53c385c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -16
README.md CHANGED
@@ -19,7 +19,7 @@ This repository is a **private open-source project** and is **not an official**
19
  - Official dataset label: Umsatz im Gastgewerbe real mit Kalender- und Saisonbereinigung nach BV 4.1
20
  - Source CSV: https://www.destatis.de/static/de_/opendata/data/gastgewerbeumsatz_real_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.
@@ -31,22 +31,12 @@ Files:
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
- - `trendkonjunkturkomponente_bv_41_messzahlen_2015100`
38
- - `trendkonjunkturkomponente_bv_41_vernderung_gegenber_vormonat_in_`
39
- - `kalender_und_saisonbereinigte_werte_bv_41_messzahlen_2015100`
40
- - `kalender_und_saisonbereinigte_werte_bv_41_vernderung_gegenber_vormonat_in_`
41
- - `restkomponente_bv_41`
42
 
43
  ## Field Notes
44
- - `datum`: time index / reporting period.
45
- - `originalwert_messzahlen_2015100`: raw/original value from source table.
46
- - `originalwert_vernderung_gegenber_vorjahresmonat_in_`: period-over-period or year-over-year change metric.
47
- - `trendkonjunkturkomponente_bv_41_messzahlen_2015100`: seasonally/calendar adjusted trend component.
48
- - `trendkonjunkturkomponente_bv_41_vernderung_gegenber_vormonat_in_`: period-over-period or year-over-year change metric.
49
- - `kalender_und_saisonbereinigte_werte_bv_41_vernderung_gegenber_vormonat_in_`: period-over-period or year-over-year change metric.
50
 
51
  ## Processing Pipeline
52
  The source CSV is processed without AI generation:
@@ -57,7 +47,7 @@ The source CSV is processed without AI generation:
57
  - row consistency checks
58
 
59
  ## Data Quality Notes
60
- - Rows: 348
61
  - Columns: 8
62
  - Numeric columns ratio: 0.88
63
  - Missing ratio: 0.00
 
19
  - Official dataset label: Umsatz im Gastgewerbe real mit Kalender- und Saisonbereinigung nach BV 4.1
20
  - Source CSV: https://www.destatis.de/static/de_/opendata/data/gastgewerbeumsatz_real_bv41.csv
21
  - Source page: https://www.destatis.de/EN/Service/OpenData/short-term-indicators.html
22
+ - Snapshot timestamp (UTC): 2026-05-20T08:55:01.463121+00:00
23
 
24
  ## Overview
25
  This dataset contains a machine-learning-ready tabular version of a Destatis open-data series.
 
31
  - `README.md`: dataset card with provenance and processing notes
32
 
33
  Columns (sample):
34
+ - `date`
35
+ - `indicator`
36
+ - `value`
 
 
 
 
 
37
 
38
  ## Field Notes
39
+ - `date`: time index / reporting period.
 
 
 
 
 
40
 
41
  ## Processing Pipeline
42
  The source CSV is processed without AI generation:
 
47
  - row consistency checks
48
 
49
  ## Data Quality Notes
50
+ - Rows: 2433
51
  - Columns: 8
52
  - Numeric columns ratio: 0.88
53
  - Missing ratio: 0.00