Skip to content

aminasaeed223/Webscraping-with-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Webscraping with Pandas

This project demonstrates how to scrape tabular data from Wikipedia using pandas and save it into a CSV file for further analysis.

Features

  • Scrapes HTML tables directly with pandas.read_html()
  • Cleans and structures the data
  • Exports the results into a CSV file

Files

  • Scraping from wikipedia.ipynb – Jupyter Notebook with the scraping code
  • Companies.csv – Example output data

Requirements

  • Python 3.x
  • pandas
  • Jupyter Notebook (optional)

Usage

Clone the repository:

git clone https://github.com/aminasaeed223/Webscraping-with-pandas.git
cd Webscraping-with-pandas

About

It contain scraping code using python for a table from wikipedia.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors