This project extracts a table from a website using Python and saves the data in a structured format.
- Extracts tabular data from a webpage
- Saves data as a CSV file
- Uses BeautifulSoup for web scraping
You need to install the following Python libraries before running the project:
pip install pandas requests beautifulsoup4
- 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.
Scraping a Table from a Website.ipynb
→ Jupyter Notebook / Google Colab with the coderequirements.txt
→ List of required Python librariesREADME.md
→ Project description