Highly Rated Children Books And Stories
Children Books And Stories Tagged By Target Age Range
@kaggle.thomaskonstantin_highly_rated_children_books_and_stories
Children Books And Stories Tagged By Target Age Range
@kaggle.thomaskonstantin_highly_rated_children_books_and_stories
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.
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
I do not own any rights regarding the books,
Data source:www.booktrust.org.uk
CREATE TABLE children_books (
"title" VARCHAR,
"author" VARCHAR,
"desc" VARCHAR,
"inerest_age" VARCHAR,
"reading_age" VARCHAR
);Anyone who has the link will be able to view this.