Baselight

Highly Rated Children Books And Stories

Children Books And Stories Tagged By Target Age Range

@kaggle.thomaskonstantin_highly_rated_children_books_and_stories

Loading...
Loading...

About this Dataset

Highly Rated Children Books And Stories

Content

Before you is a dataset of highly-rated books, the target age range for which the book is written for and the book's description.

Inspiration

I think it would be interesting to try and understand what are the underlying features which describe books of each age range and could we uncover a rule for which we can automatically assign an age range for a new book given its description?

NOTE: if you encounter an error while reading the file please note "ISO-8859-1" encoding should be used

Copyright

I do not own any rights regarding the books,
Data source:www.booktrust.org.uk

Tables

Children Books

@kaggle.thomaskonstantin_highly_rated_children_books_and_stories.children_books
  • 38.7 KB
  • 3269 rows
  • 5 columns
Loading...

CREATE TABLE children_books (
  "title" VARCHAR,
  "author" VARCHAR,
  "desc" VARCHAR,
  "inerest_age" VARCHAR,
  "reading_age" VARCHAR
);

Share link

Anyone who has the link will be able to view this.