CollosaAI commited on
Commit
8dc9de9
·
verified ·
1 Parent(s): 2fe7754

ILOSTAT ingestion via Electric Sheep pipeline

Browse files
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: ref_area
5
+ dtype: string
6
+ - name: ref_area.label
7
+ dtype: string
8
+ - name: source
9
+ dtype: string
10
+ - name: source.label
11
+ dtype: string
12
+ - name: indicator
13
+ dtype: string
14
+ - name: indicator.label
15
+ dtype: string
16
+ - name: sex
17
+ dtype: string
18
+ - name: sex.label
19
+ dtype: string
20
+ - name: classif1
21
+ dtype: string
22
+ - name: classif1.label
23
+ dtype: string
24
+ - name: time
25
+ dtype: int64
26
+ - name: obs_value
27
+ dtype: float64
28
+ - name: obs_status
29
+ dtype: string
30
+ - name: obs_status.label
31
+ dtype: string
32
+ - name: note_classif
33
+ dtype: string
34
+ - name: note_classif.label
35
+ dtype: string
36
+ - name: note_indicator
37
+ dtype: string
38
+ - name: note_indicator.label
39
+ dtype: string
40
+ - name: note_source
41
+ dtype: string
42
+ - name: note_source.label
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 3503723
47
+ num_examples: 9612
48
+ - name: test
49
+ num_bytes: 854982
50
+ num_examples: 2403
51
+ download_size: 140572
52
+ dataset_size: 4358705
53
+ configs:
54
+ - config_name: default
55
+ data_files:
56
+ - split: train
57
+ path: data/train-*
58
+ - split: test
59
+ path: data/test-*
60
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83ba83c7c27ff2c005bc308433e9d40d50d24972b939771a0c95f3b8ca0150b2
3
+ size 32663
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f9ceb936c7f7487e3ba5fbc06522cb9d7569d0bb210d904f308f1f540211d1
3
+ size 107909