Exploring Stack Overflow
In this mini-project, we will list down the most tagged languages in StackOverflow.
We will also list top voted question alongwith it's top answer for each language.
To do so, we will scrape the StackOverflow Website's Tags
Page.
Github Repo | Notebook Preview (nbviewer)
Following Packages are used:
- Pandas - DataFrame (Consolidating Data)
- Matplotlib - Visualisation
- BeautifulSoup - Web Scraping
Inspiration: