Add data files
Browse files- cities/test/0000.csv +3 -0
- cities/train/0000.csv +3 -0
- people/test/0000.csv +3 -0
- people/train/0000.csv +5 -0
cities/test/0000.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name,country,population
|
| 2 |
+
Berlin,Germany,3645000
|
| 3 |
+
London,United Kingdom,8982000
|
cities/train/0000.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name,country,population
|
| 2 |
+
Paris,France,2161000
|
| 3 |
+
Barcelona,Spain,1620000
|
people/test/0000.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name,gender,age
|
| 2 |
+
Jane,female,10
|
| 3 |
+
Mark,male,80
|
people/train/0000.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name,gender,age
|
| 2 |
+
Marie,female,35
|
| 3 |
+
Paul,male,30
|
| 4 |
+
Leo,male,25
|
| 5 |
+
Simone,female,30
|