jonas-is-coding commited on
Commit
d561273
·
verified ·
1 Parent(s): fe569fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -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,64 @@ tags:
13
 
14
  # destatis-ml-static-de-opendata-data-exporte-originalwert
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/exporte_originalwert.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  language:
 
4
  - en
5
  tags:
6
  - destatis
 
12
 
13
  # destatis-ml-static-de-opendata-data-exporte-originalwert
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: Exports
20
+ - Source CSV: https://www.destatis.de/static/de_/opendata/data/exporte_originalwert.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
+ - `insgesamt_mill_eur`
36
+ - `ernhrungswirtschaft_zusammen_mill_eur`
37
+ - `gewerbliche_wirtschaft_zusammen_mill_eur`
38
+ - `rohstoffe_mill_eur`
39
+ - `halbwaren_mill_eur`
40
+ - `fertigwaren_mill_eur`
41
+
42
+ ## Processing Pipeline
43
+ The source CSV is processed without AI generation:
44
+ - delimiter normalization
45
+ - header normalization (`snake_case`)
46
+ - missing-value token normalization
47
+ - German numeric normalization (e.g. `1.234,56` -> `1234.56`)
48
+ - row consistency checks
49
+
50
+ ## Data Quality Notes
51
+ - Rows: 312
52
+ - Columns: 7
53
+ - Numeric columns ratio: 0.86
54
+ - Missing ratio: 0.00
55
+ - Quality note: ok
56
+
57
+ ## Official Context Snippet
58
+ stständige und mithelfende Familienangehörige mit Kalender- und Saisonbereinigung nach BV 4.1">BV 4.1 Foreign trade Original values Imports Exports Index of unit values, Terms of Trade Gross domestic product Original values <a class="Ric
59
+
60
+ ## Intended Use
61
+ This dataset is suitable for:
62
+ - time-series baseline modeling
63
+ - tabular feature engineering
64
+ - analytics and reproducible benchmarking
65
+
66
+ ## Limitations
67
+ - Official revisions can update historical values.
68
+ - Indicator semantics follow Destatis conventions and may require domain context.
69
+
70
+ ## License
71
+ Source data rights follow the official Destatis open-data terms.
72
+ Repository metadata uses `license: other` for Hugging Face compatibility.
73
+
74
+ ## Maintainer
75
+ Maintained by the `destatis` Hugging Face organization (community-run, unofficial).