Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
JoBeer commited on
Commit
2d3f61d
·
1 Parent(s): 03c00f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Datatype
5
+ dtype: string
6
+ - name: Beschreibung
7
+ dtype: string
8
+ - name: Name
9
+ dtype: string
10
+ - name: Unit
11
+ dtype: string
12
+ - name: Grundfunktion
13
+ dtype: string
14
+ - name: ScoreGrundfunktion
15
+ dtype: float64
16
+ - name: ZweiteGrundfunktion
17
+ dtype: string
18
+ - name: ScoreZweiteGrundfunktion
19
+ dtype: float64
20
+ - name: Komponente
21
+ dtype: string
22
+ - name: ScoreKomponente
23
+ dtype: float64
24
+ - name: Datenpunkt
25
+ dtype: string
26
+ - name: ScoreDatenpunkt
27
+ dtype: int64
28
+ splits:
29
+ - name: train
30
+ num_bytes: 10950995
31
+ num_examples: 53396
32
+ download_size: 2133585
33
+ dataset_size: 10950995
34
+ ---
35
+ # Dataset Card for "datapoints_monKI"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)