Skip to content

Instantly share code, notes, and snippets.

@zabop
Last active July 29, 2021 18:26
Show Gist options
  • Save zabop/1a2dc9f36c9929886634cc14d3c5ce22 to your computer and use it in GitHub Desktop.
Save zabop/1a2dc9f36c9929886634cc14d3c5ce22 to your computer and use it in GitHub Desktop.
List_of_cities_in_India_by_population_to_df
import pandas as pd
df = pd.read_html('https://en.wikipedia.org/wiki/List_of_cities_in_India_by_population')[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment