An open API service indexing awesome lists of open source software.

https://github.com/nermeenkamal/amazon_web_scraping


https://github.com/nermeenkamal/amazon_web_scraping

analysis beautifulsoup data-science dataset matplotlib numpy pandas python seaborn visualization webscraping

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

![Screenshot 2024-05-06 100305](https://github.com/NermeenKamal/Amazon_Web_Scraping/assets/114883845/d3ac2095-b816-4450-b490-812d017101a3)

---

# Beauty and Personal Care Products Dataset

This dataset contains information about various beauty and personal care products scraped from Amazon Egypt. The data includes product names and their corresponding prices.

## Dataset Description

- **Name**: Beauty and Personal Care Products Dataset
- **Source**: Amazon Egypt
- **Contents**:
- Product Name
- Price (in Egyptian pounds)

## Key Questions Explored

1. What is the distribution of product prices?
2. Which product has the highest price, and what is the price?
3. What is the lowest price of the products?
4. What are the central tendencies (mean, mode, median) of product prices?
5. What is the correlation between product prices?

## How the Data was Collected

The data was scraped from the Amazon Egypt website using web scraping techniques in Python.

## File Description

- **Data_science.csv**: Contains the scraped data.

## Usage

This dataset can be used for:
- Analyzing pricing trends of beauty and personal care products
- Making informed decisions for consumers
- Assisting sellers in pricing their products effectively

## Contribution

Contributions to enrich the dataset and analysis are welcome. Feel free to fork this repository, make your changes, and create a pull request.

---