diltdicker commited on
Commit
b3c64b6
1 Parent(s): c47c0ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ Data Fields
11
  - `id` : unique integer to id book in the dataset
12
  - `pub_month` : string indicating the month the book was published in the form: `YEAR_MONTH`
13
  - `title` : title of the book
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` : comma-separated list of genres that the book is tagged under
 
11
  - `id` : unique integer to id book in the dataset
12
  - `pub_month` : string indicating the month the book was published in the form: `YEAR_MONTH`
13
  - `title` : title of the book
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` : comma-separated list of genres that the book is tagged under