Skip to content

Commit

Permalink
adding household gdp fraction
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Aug 17, 2017
1 parent c136989 commit 1d5914a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions salamanca/data.py
Expand Up @@ -217,3 +217,7 @@ def gdp_deflator(self, **kwargs):
def ppp_to_mer(self, **kwargs):
df = self.query('ppp_to_mer', **kwargs)
return df

def household_fraction_gdp(self, **kwargs):
df = self.query('household_fraction_gdp', **kwargs)
return df

0 comments on commit 1d5914a

Please sign in to comment.