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

Computer Science Books Data Analysis

This dataset consists of title, description, rating ,number of reviews, number of pages, type and price of a computer science book. This dataset consists of 270 top CS books.
This dataset is available at kaggle. Pandas, numpy and seaborn has been used to analyse the data. The data comes up with a one csv file i.e. prog_book.csv.

This course Data Analysis with Python: Zero to Pandas has been very heplful to me. Apart from the theory, it teaches us to implement every topic practically. It gives sufficient amount of time to complete the assignments. I gained so much knowledge about python and pandas and still a long way to go. Thanks! jovian.ml

Downloading the Dataset

We will download the data from kaggle here with the link - https://www.kaggle.com/thomaskonstantin/top-270-rated-computer-science-programing-books/notebooks

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/thomaskonstantin/top-270-rated-computer-science-programing-books/notebooks'