web-scraping

Overview

This project demonstrates web scraping techniques using Python. The primary goal is to scrape data from e-commerce websites and analyze it. This repository includes a Jupyter Notebook for scraping product information from Amazon.

Project Details

The project includes the following components:this done in jupyter notebook

Requirements

To run the web scraping notebook, you need to have the following Python packages installed:

You can install the required packages using pip:

```bash pip install requests beautifulsoup4 pandas numpy