Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
1 |
+
Dataset Card for "goodreads"
|
2 |
+
Must-read books summary
|
3 |
+
|
4 |
+
Features:
|
5 |
+
Book - Name of the book. Soemtimes this includes the details of the Series it belongs to inside a parenthesis. This information can be further extracted to analyse only series.
|
6 |
+
Author - Name of the book's Author
|
7 |
+
Description - The book's description as mentioned on Goodreads
|
8 |
+
Genres - Multiple Genres as classified on Goodreads. Could be useful for Multi-label classification or Content based recommendation and Clustering.
|
9 |
+
Average Rating - The average rating (Out of 5) given on Goodreads
|
10 |
+
Number of Ratings - The Number of users that have Ratings. (Not to be confused with reviews)
|
11 |
+
URL - The Goodreads URL for the book's details' page
|
12 |
+
|
13 |
+
|
14 |
---
|
15 |
license: mit
|
16 |
---
|