Reading the Dataset
Let's read and store the dataset required for the project.
We'll cover the following
Dataset: Amazon’s top 50 bestselling books
This is a Kaggle dataset in .csv format. It includes the information on name, author, user rating, reviews, price, year, and genre of 550 different books. So, data is arranged using the seven columns below.
Columns | Description | Min value recorded | Max value recorded |
---|---|---|---|
Name |
Name of the book | - | - |
Author |
Author of the book | - | - |
User Rating |
Amazon user rating | ||
Reviews |
Number of reviews written on Amazon | k | |
Price |
Price of the book | ||
Year |
The year(s) a book ranked on bestseller | ||
Genre |
Whether fiction or nonfiction | - | - |
Get hands-on with 1400+ tech skills courses.