Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: Country
|
5 |
+
dtype: string
|
6 |
+
- name: Region
|
7 |
+
dtype: string
|
8 |
+
- name: Happiness Rank
|
9 |
+
dtype: int64
|
10 |
+
- name: Happiness Score
|
11 |
+
dtype: float64
|
12 |
+
- name: Lower Confidence Interval
|
13 |
+
dtype: float64
|
14 |
+
- name: Upper Confidence Interval
|
15 |
+
dtype: float64
|
16 |
+
- name: Economy (GDP per Capita)
|
17 |
+
dtype: float64
|
18 |
+
- name: Family
|
19 |
+
dtype: float64
|
20 |
+
- name: Health (Life Expectancy)
|
21 |
+
dtype: float64
|
22 |
+
- name: Freedom
|
23 |
+
dtype: float64
|
24 |
+
- name: Trust (Government Corruption)
|
25 |
+
dtype: float64
|
26 |
+
- name: Generosity
|
27 |
+
dtype: float64
|
28 |
+
- name: Dystopia Residual
|
29 |
+
dtype: float64
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 19707
|
33 |
+
num_examples: 157
|
34 |
+
download_size: 22295
|
35 |
+
dataset_size: 19707
|
36 |
+
configs:
|
37 |
+
- config_name: default
|
38 |
+
data_files:
|
39 |
+
- split: train
|
40 |
+
path: data/train-*
|
41 |
+
---
|
42 |
+
# Dataset Card for "test-kaggle"
|
43 |
+
|
44 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|