
How to Scrape Data Off Wikipedia: Three Ways (No Code and Code)
About this episode
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-scrape-data-off-wikipedia-three-ways-no-code-and-code.
Get your hands on excellent manually annotated datasets with Google Sheets or Python
Check more stories related to programming at: https://hackernoon.com/c/programming.
You can also check exclusive content about #python, #google-sheets, #data-analysis, #pandas, #data-scraping, #web-scraping, #wikipedia-data, #scraping-wikipedia-data, and more.
This story was written by: @horosin. Learn more about this writer by checking @horosin's about page,
and for more stories, please visit hackernoon.com.
For a side project, I turned to Wikipedia tables as a data source. Despite their inconsistencies, they proved quite useful. I explored three methods for extracting this data:
- Google Sheets: Easily scrape tables using the =importHTML function.
- Pandas and Python: Use pd.read_html to load tables into dataframes.
- Beautiful Soup and Python: Handle more complex scraping, such as extracting data from both tables and their preceding headings.
These methods simplify data extraction, though some cleanup is needed due to inconsistencies in the tables. Overall, leveraging Wikipedia as a free and accessible resource made data collection surprisingly easy. With a little effort to clean and organize the data, it's possible to gain valuable insights for any project.
Get every episode summarized
Each time Programming Tech Brief By HackerNoon publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.
Email me new episodesFree for 3 shows. No card needed.
Hosts & guests
No transcript yet
This episode has not been transcribed. Request it and it moves to the front of the queue.
More episodes
More from Programming Tech Brief By HackerNoon

Build a Tiny Grep Clone While Rust Teaches You Who Owns What
Programming Tech Brief By HackerNoon

Deterministic Routing: The Hidden Key to Low Latency
Programming Tech Brief By HackerNoon

The Classic Computer Vision Trick Behind Smooth Image Blending
Programming Tech Brief By HackerNoon

7 Essential IP Geolocation API Features Every Developer Needs
Programming Tech Brief By HackerNoon