from poverty import PovertyLevel
pl = PovertyLevel()
pl.state = 'AK'
pl.get(household_size=3) # 26660
pl.percent(income=26660, household_size=3) # 1.00
pl.below(income=26500, household_size=3) # True
# You can also pass `state` as an argument
pl.get(household_size=3, state='New Jersey') # 21330
pl.below(income=19000, household_size=3, state='New Jersey') # True
-
Notifications
You must be signed in to change notification settings - Fork 1
U.S. federal poverty level guidelines used to determine financial eligibility for certain federal programs
License
bryand1/python-poverty-level
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
U.S. federal poverty level guidelines used to determine financial eligibility for certain federal programs
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published