Skip to content

fibonacciFiasco/Analyze-Best-Selling-Amazon-Books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Best Selling Books Analysis with Pandas

This project analyzes Amazon's best-selling books dataset using Python and Pandas to uncover trends, patterns, and insights about popular books, authors, ratings, and genres.

Project Overview

The analysis includes:

  • Data cleaning and preprocessing
  • Exploring best-selling authors
  • Analyzing ratings and reviews
  • Genre distribution
  • Year-wise trends
  • Most popular books on Amazon

The project demonstrates practical data analysis skills using Pandas and data visualization libraries.


Technologies Used

  • Python
  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • Jupyter Notebook

Dataset

The dataset contains information about Amazon best-selling books, including:

  • Book Title
  • Author
  • User Rating
  • Reviews
  • Price
  • Year
  • Genre

Project Structure

amazon-bestsellers-pandas/
│
├── data/
│   └── amazon_books.csv
│
├── notebooks/
│   └── analysis.ipynb
│
├── images/
│   └── charts/
│
├── README.md
└── requirements.txt

Installation

Clone the repository:

git clone https://github.com/fibonacciFiasco/amazon-bestsellers-pandas.git

Move into the project directory:

cd amazon-bestsellers-pandas

Install dependencies:

pip install -r requirements.txt

Usage

Run the Jupyter Notebook:

jupyter notebook

Open:

analysis.ipynb

Key Insights

  • Most frequent best-selling authors
  • Average ratings across genres
  • Relationship between reviews and popularity
  • Yearly best-selling trends
  • Fiction vs Non-Fiction comparisons

Sample Visualizations

  • Ratings distribution
  • Top authors by number of best sellers
  • Genre comparison charts
  • Review trends over the years

Future Improvements

  • Interactive dashboard using Streamlit
  • Machine learning predictions
  • Advanced visual analytics
  • Web deployment

Author

Created by Diya Patel


License

This project is for educational and learning purposes.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages