# Amazon Best Selling Books
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
Let's begin by uploading the dataset the data
!pip install jovian opendatasets --upgrade --quiet
import pandas as pd