Skip to content

A Python project for scraping tables from websites using BeautifulSoup and Pandas.

Notifications You must be signed in to change notification settings

Am-1111/Web-Scraping-Project

Repository files navigation

Web Scraping Project

Web Scraping Image

This project extracts a table from a website using Python and saves the data in a structured format.

Features

  • Extracts tabular data from a webpage
  • Saves data as a CSV file
  • Uses BeautifulSoup for web scraping

Requirements

You need to install the following Python libraries before running the project:

pip install pandas requests beautifulsoup4 

How to Run

  • Open the Jupyter Notebook / Google Colab(Scraping a Table from a Website.ipynb).
  • Run each cell step by step.
  • The extracted data will be saved as a CSV file.

Project Files

  • Scraping a Table from a Website.ipynb → Jupyter Notebook / Google Colab with the code
  • requirements.txt → List of required Python libraries
  • README.md → Project description

About

A Python project for scraping tables from websites using BeautifulSoup and Pandas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published