Learn practical skills, build real-world projects, and advance your career

A7F62A76-05FF-4020-A2AE-D5D72C7D26F5.png# Amazon Best Selling Books

Dataset on Amazon's Top 50 bestselling books from 2009 to 2019. Contains 550 books, data has been categorized into fiction and non-fiction using Goodreads

this is a project from the amazing Data Analysis with Python: Zero to Pandas, course which helped me a lot in terms of data analysis

Downloading the Dataset

first thing we have to do is downloading the dataset.
I already have the dataset locally on my device so I will just upload it an read it using pd.read_csv

!pip install jovian opendatasets --upgrade --quiet

Let's begin by uploading the dataset the data

import pandas as pd