<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rooholah Hadadi's Blog</title>
    <description>A place to share my data journey experiences!</description>
    <link>http://rhadadi.github.io</link>
    <atom:link href="http://rhadadi.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Pandas and Panel Data Application!</title>
        <description>
          
          In this post, I am going through a lecture note I found on Quantecon page. Source: Quantecon import pandas as pd pd.set_option('display.max_columns', 6) # Reduce decimal points to 2 pd.options.display.float_format = '{:,.2f}'.format realwage = pd.read_csv( 'https://github.com/QuantEcon/QuantEcon.lectures.code/raw/master/pandas_panel/realwage.csv' ) realwage.head() # Show first 5 rows Unnamed: 0 Time Country Series Pay period...
        </description>
        <pubDate>Mon, 04 Dec 2017 00:00:00 +0000</pubDate>
        <link>http://rhadadi.github.io/2017-12-04-Panel_Data_Application_in_Pandas/</link>
        <guid isPermaLink="true">http://rhadadi.github.io/2017-12-04-Panel_Data_Application_in_Pandas/</guid>
      </item>
    
  </channel>
</rss>
