/Scrape_Anyone_From_Wikipedia

Get Noteable Data of any Famous Person from Wikipedia with 3 lines of Python

Primary LanguageJupyter Notebook

Scrape_Anyone_From_Wikipedia

Get Noteable Data of any Famous Person from Wikipedia with 3 lines of Python.

In My Case: Molana Ishaq(Religious Preacher)

image

Follow This:

Line 1- pip install pandas

Line 2- _ import pandas as pd_

Line 3- variable = pd.read_html('https://en.wikipedia.org/wiki/Muhammad_Ishaq_Madni')

Line 4- variable

Ouput:

image