Description Usage Format Details Source Examples
Loads clean version of Amazon's user book ratings data into the environment.
1 |
Data are structured as one observation per book-user pair. Variables include:
Unique ID for each user
Unique ID for each book; International Standard Book Number (ISBN)
User's rating for the book, on a scale of 1 (low) to 10 (high)
User's age
User's country
Book title
Author of the book
Year the book was published
Publishing company of the book
These data were cleaned for the purpose of Data Science 1000 in the following way: Observations with missing data were removed
https://www.kaggle.com/saurabhbagchi/books-dataset
1 2 3 4 | # Run descriptive statistics on the data:
#hist(rating)
#table(user_country)
#mean(age)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.