File size: 1,053 Bytes
9bd75b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
dataset_info:
  features:
  - name: ref_area
    dtype: string
  - name: ref_area.label
    dtype: string
  - name: source
    dtype: string
  - name: source.label
    dtype: string
  - name: indicator
    dtype: string
  - name: indicator.label
    dtype: string
  - name: sex
    dtype: string
  - name: sex.label
    dtype: string
  - name: classif1
    dtype: string
  - name: classif1.label
    dtype: string
  - name: time
    dtype: int64
  - name: obs_value
    dtype: float64
  - name: obs_status
    dtype: string
  - name: obs_status.label
    dtype: string
  - name: note_indicator
    dtype: string
  - name: note_indicator.label
    dtype: string
  - name: note_source
    dtype: string
  - name: note_source.label
    dtype: string
  splits:
  - name: train
    num_bytes: 329482
    num_examples: 904
  - name: test
    num_bytes: 81003
    num_examples: 227
  download_size: 28045
  dataset_size: 410485
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---