Upload 2 files
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- n<1K
|
4 |
+
---
|
5 |
+
|
6 |
+
# [doc] formats - json - 2
|
7 |
+
|
8 |
+
This dataset contains one json file at the root. It's a dictionary of columns, each of which is a list of values.
|
data.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"kind": ["dog", "cat", "pokemon", "human"],
|
3 |
+
"sound": ["woof", "meow", "pika", "hello"]
|
4 |
+
}
|