File size: 791 Bytes
15ac37b ba6b486 15ac37b ba6b486 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
dataset_info:
features:
- name: author
dtype: string
- name: desc
dtype: string
- name: genre
dtype: string
- name: isbn
dtype: string
- name: link
dtype: string
- name: pages
dtype: int64
- name: rating
dtype: float64
- name: reviews
dtype: int64
- name: title
dtype: string
- name: totalratings
dtype: int64
splits:
- name: train
num_bytes: 111985794
num_examples: 100000
download_size: 69614148
dataset_size: 111985794
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc0-1.0
size_categories:
- 10K<n<100K
---
# Goodreads 100k
Clone of Manav Dhamani's [goodreads-books-100k](https://www.kaggle.com/datasets/mdhamani/goodreads-books-100k) dataset from Kaggle. |