Upload 2 files
Browse files- data3.json +62 -0
- test_data.csv +10 -0
data3.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"title": "To Kill a Mockingbird",
|
| 4 |
+
"author": "Harper Lee",
|
| 5 |
+
"publication_year": 1960,
|
| 6 |
+
"genre": "Fiction"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"title": "1984",
|
| 10 |
+
"author": "George Orwell",
|
| 11 |
+
"publication_year": 1949,
|
| 12 |
+
"genre": "Dystopian"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"title": "The Great Gatsby",
|
| 16 |
+
"author": "F. Scott Fitzgerald",
|
| 17 |
+
"publication_year": 1925,
|
| 18 |
+
"genre": "Tragedy"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"title": "Pride and Prejudice",
|
| 22 |
+
"author": "Jane Austen",
|
| 23 |
+
"publication_year": 1813,
|
| 24 |
+
"genre": "Romance"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"title": "The Catcher in the Rye",
|
| 28 |
+
"author": "J.D. Salinger",
|
| 29 |
+
"publication_year": 1951,
|
| 30 |
+
"genre": "Literary Fiction"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"title": "Moby Dick",
|
| 34 |
+
"author": "Herman Melville",
|
| 35 |
+
"publication_year": 1851,
|
| 36 |
+
"genre": "Adventure"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"title": "War and Peace",
|
| 40 |
+
"author": "Leo Tolstoy",
|
| 41 |
+
"publication_year": 1869,
|
| 42 |
+
"genre": "Historical Fiction"
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"title": "The Odyssey",
|
| 46 |
+
"author": "Homer",
|
| 47 |
+
"publication_year": -800,
|
| 48 |
+
"genre": "Epic Poetry"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"title": "Ulysses",
|
| 52 |
+
"author": "James Joyce",
|
| 53 |
+
"publication_year": 1922,
|
| 54 |
+
"genre": "Modernist"
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"title": "The Divine Comedy",
|
| 58 |
+
"author": "Dante Alighieri",
|
| 59 |
+
"publication_year": 1320,
|
| 60 |
+
"genre": "Epic Poetry"
|
| 61 |
+
}
|
| 62 |
+
]
|
test_data.csv
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name,gender
|
| 2 |
+
shivani,female
|
| 3 |
+
anamika,female
|
| 4 |
+
rahul,male
|
| 5 |
+
kiran,female
|
| 6 |
+
arunima,female
|
| 7 |
+
arun ,male
|
| 8 |
+
sachin,male
|
| 9 |
+
satya,male
|
| 10 |
+
beena,female
|