mkane968 commited on
Commit
6feface
1 Parent(s): 62c9adb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,7 +34,7 @@ English
34
  This dataset contains disaggregated "chunks" of text from mid-twentieth century science fiction books and associated metadata. For example:
35
 
36
  ```
37
- {'ID': 7299,
38
  'Title': 'MILLENNIUM,
39
  'Author': 'VARLEY',
40
  'Pub Year': '1983',
@@ -48,7 +48,7 @@ This dataset contains disaggregated "chunks" of text from mid-twentieth century
48
 
49
  ### Data Fields
50
 
51
- - **id: int** A unique id for the text
52
  - **Title: str** The title of the book from which the text has been extracted
53
  - **Author: str** The author of the book from which the text has been extracted
54
  - **Pub Year: str** The date on which the book was published (first printing)
 
34
  This dataset contains disaggregated "chunks" of text from mid-twentieth century science fiction books and associated metadata. For example:
35
 
36
  ```
37
+ {'Unnamed': 7299,
38
  'Title': 'MILLENNIUM,
39
  'Author': 'VARLEY',
40
  'Pub Year': '1983',
 
48
 
49
  ### Data Fields
50
 
51
+ - **Unnamed: int** A unique id for the text
52
  - **Title: str** The title of the book from which the text has been extracted
53
  - **Author: str** The author of the book from which the text has been extracted
54
  - **Pub Year: str** The date on which the book was published (first printing)