Skip to content

AMANPATEL-1234/Book_Store_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“š Book Data Scraper & Insights Dashboards

A project where I scraped data from an online book website and analyzed it using Python, SQL, and data visualization tools to uncover key trends and insights.


๐Ÿš€ Project Overview

This project demonstrates the complete data pipeline โ€” from web scraping raw book data to extracting insights using SQL and Python. It includes:

  • Scraping book titles, prices, availability, ratings, and categories
  • Cleaning and structuring data using Python (Pandas)
  • Loading data into a SQLite/PostgreSQL database
  • Performing SQL queries to extract meaningful insights
  • Visualizing data patterns with Matplotlib/Seaborn/Plotly

๐Ÿ› ๏ธ Tools & Technologies

Tool Purpose
Python Core scripting and data analysis
BeautifulSoup / Requests Web scraping
Pandas Data cleaning & manipulation
SQLite or PostgreSQL Data storage & SQL queries
Matplotlib / Seaborn Data visualization
Jupyter Notebook Project documentation

๐Ÿ“ˆ Key Insights

Here are a few insights extracted:

  • ๐Ÿ’ธ Average book price across all categories
  • ๐Ÿ“Š Most common book categories
  • โญ Distribution of ratings
  • ๐Ÿšซ Out-of-stock vs In-stock books
  • ๐Ÿ” Category-wise pricing trends

(More insights are available in the analysis notebook.)

About

๐Ÿ“šThis project is a complete end-to-end data pipeline that involves scraping book data from an online bookstore and uncovering insights through SQL and Python analysis. Using tools such as BeautifulSoup, Pandas, and SQL, I collected information on book titles, prices, availability, and categories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors