<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Stackoverflow on Saleem Ansari</title>
    <link>/tags/stackoverflow/</link>
    <description>Recent content in Stackoverflow on Saleem Ansari</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>(c) 2024 Saleem Ansari</copyright>
    <lastBuildDate>Mon, 09 May 2016 16:00:27 +0530</lastBuildDate>
    <atom:link href="/tags/stackoverflow/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Top 20 Stack Overflow Tags</title>
      <link>/2016/05/09/top-20-stack-overflow-tags/</link>
      <pubDate>Mon, 09 May 2016 16:00:27 +0530</pubDate>
      <guid>/2016/05/09/top-20-stack-overflow-tags/</guid>
      <description>Finding Top 20 Tags on StackOverflow main site&#xA;Download StackOverflow Tags data from following site:&#xA;https://archive.org/download/stackexchange wget -c &amp;#34;https://archive.org/download/stackexchange/stackoverflow.com-Tags.7z&amp;#34; 7za e stackoverflow.com-Tags.7z Now convert the file Tags.xml into a dataframe in Python:&#xA;import json import pandas as pd import numpy as np import xmltodict import matplotlib.pyplot as plt f = open(&amp;#34;Tags.xml&amp;#34;) all_data = f.read() o = xmltodict.parse(all_data) df = pd.DataFrame.from_dict(o[&amp;#39;tags&amp;#39;][&amp;#39;row&amp;#39;]) df[[&amp;#39;counts&amp;#39;]] = df[[&amp;#39;@Count&amp;#39;]].astype(int) df2 = df.sort_values(by=[&amp;#39;counts&amp;#39;], ascending=False).head(20)[[&amp;#39;counts&amp;#39;, &amp;#39;@TagName&amp;#39;]] &amp;#34;&amp;#34;&amp;#34; counts @TagName 1067078 javascript 1025688 java 918586 c# 885422 php 800779 android 712360 jquery 542985 python 511091 html 431790 c++ 414394 ios 380535 mysql 372444 css 319001 sql 282582 asp.</description>
    </item>
  </channel>
</rss>
