diltdicker
commited on
Commit
•
f48d8a3
1
Parent(s):
9c23888
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,8 @@ Data Fields
|
|
14 |
- `author` : comma-separated (`last-name, first-name`) of the author of book
|
15 |
- `isbn13` : 13 digit number for the isbn of book (note not all books will have an isbn number)
|
16 |
- `description` : text description of the book. May contain quoted lines, a brief teaser of the plot, etc...
|
17 |
-
- `genres` :
|
|
|
18 |
|
19 |
Languages
|
20 |
--
|
|
|
14 |
- `author` : comma-separated (`last-name, first-name`) of the author of book
|
15 |
- `isbn13` : 13 digit number for the isbn of book (note not all books will have an isbn number)
|
16 |
- `description` : text description of the book. May contain quoted lines, a brief teaser of the plot, etc...
|
17 |
+
- `genres` : dictionary of all genres with 0 indicating the book is **NOT** tagged to that genre, and a 1 indicating that the book is tagged to that genre
|
18 |
+
- additional fields are the all the individual genres exploded with respective 1 & 0 values
|
19 |
|
20 |
Languages
|
21 |
--
|