Datasets:
Update README.md
Browse files
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 |
-
{'
|
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 |
-
- **
|
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)
|