davidrpugh / numerical-methods

Graduate level course on numerical methods for economists
37 stars 45 forks source link

Penn World Tables data should return be a single Pandas Panel object #4

Open davidrpugh opened 10 years ago

davidrpugh commented 10 years ago

Currently, I am having to store two separate data files: pwt_80.dta and depreciation_rates.dta. Would prefer to combine these into a single Pandas Panel object.