jonas-is-coding commited on
Commit
6f29a24
·
verified ·
1 Parent(s): 3e3bc84

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -16,10 +16,10 @@ tags:
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: Unemployed
20
  - Source CSV: https://www.destatis.de/static/de_/opendata/data/arbeitslose_bv41.csv
21
  - Source page: https://www.destatis.de/EN/Service/OpenData/short-term-indicators.html
22
- - Snapshot timestamp (UTC): 2026-05-11T12:27:15.399928+00:00
23
 
24
  ## Overview
25
  This dataset contains a machine-learning-ready tabular version of a Destatis open-data series.
@@ -43,10 +43,10 @@ Columns (sample):
43
  ## Field Notes
44
  - `datum`: time index / reporting period.
45
  - `originalwert_in_1000`: raw/original value from source table.
46
- - `originalwert_vernderung_gegenber_vorjahresmonat_in_`: raw/original value from source table.
47
- - `originalwert_in_1000_vernderung_gegenber_vorjahresmonat_absolut`: raw/original value from source table.
48
  - `trendkonjunkturkomponente_bv_41_in_1000`: seasonally/calendar adjusted trend component.
49
- - `trendkonjunkturkomponente_bv_41_vernderung_gegenber_vormonat_in_`: seasonally/calendar adjusted trend component.
50
 
51
  ## Processing Pipeline
52
  The source CSV is processed without AI generation:
 
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: Arbeitslose mit Kalender- und Saisonbereinigung nach BV 4.1
20
  - Source CSV: https://www.destatis.de/static/de_/opendata/data/arbeitslose_bv41.csv
21
  - Source page: https://www.destatis.de/EN/Service/OpenData/short-term-indicators.html
22
+ - Snapshot timestamp (UTC): 2026-05-11T12:30:38.578468+00:00
23
 
24
  ## Overview
25
  This dataset contains a machine-learning-ready tabular version of a Destatis open-data series.
 
43
  ## Field Notes
44
  - `datum`: time index / reporting period.
45
  - `originalwert_in_1000`: raw/original value from source table.
46
+ - `originalwert_vernderung_gegenber_vorjahresmonat_in_`: period-over-period or year-over-year change metric.
47
+ - `originalwert_in_1000_vernderung_gegenber_vorjahresmonat_absolut`: period-over-period or year-over-year change metric.
48
  - `trendkonjunkturkomponente_bv_41_in_1000`: seasonally/calendar adjusted trend component.
49
+ - `trendkonjunkturkomponente_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: