Beispiel #1
0
def usaspending_assistance(year = None):
    '''
    fab staging imports.usaspending_assistance          Import USASpending Assistance
    '''
    if year is None:
        raise ValueError('Missing year')
    run_command('import_usaspending_assistance %s' % year)
Beispiel #2
0
def cffr_per_capita(year=None):
    '''
    fab staging loads.cffr_per_capita:year                          Refreshes CFFR Per-Capita Calculations
    '''
    if year is None:
        raise ValueError('Missing year')
    run_command('load_cffr_per_capita %s' % year)
Beispiel #3
0
def cffr_per_capita(year = None):
    '''
    fab staging loads.cffr_per_capita:year                          Refreshes CFFR Per-Capita Calculations
    '''
    if year is None:
        raise ValueError('Missing year')
    run_command('load_cffr_per_capita %s' % year)
Beispiel #4
0
def imports(taskname=None):
    '''
    fab staging imports.imports:taskname                Runs task indicated in taskname
    '''
    if taskname is None:
        raise ValueError('Missing Task Name.  ex - fab staging imports.imports:taskname')
    run_command(taskname)
Beispiel #5
0
def loads(taskname=None):
    '''
    fab staging loads.loads:taskname                Runs task indicated in taskname
    '''
    if taskname is None:
        raise ValueError(
            'Missing Task Name.  ex - fab staging loads.loads:taskname')
    run_command(taskname)
Beispiel #6
0
def usaspending_assistance(year=None):
    '''
    fab staging loads.usaspending_assistance        Loads USASpending Assistance by State/County
    '''
    if year is None:
        run_command('load_usaspending_assistance')
    else:
        run_command('load_usaspending_assistance %s' % year)
Beispiel #7
0
def usaspending_assistance(year = None):
    '''
    fab staging loads.usaspending_assistance        Loads USASpending Assistance by State/County
    '''
    if year is None:
        run_command('load_usaspending_assistance')
    else:
        run_command('load_usaspending_assistance %s' % year)
Beispiel #8
0
def create_usaspending_assistance(fiscal_year = None, archive_date = None):
    '''
    fab staging imports.create_usaspending_assistance:fiscal_year,archive_date   Create USASpending Assistance Files
    '''
    if fiscal_year is None:
        raise ValueError('Missing fiscal year')
    elif archive_date is None:
        raise ValueError('Missing archive date')
    run_command('create_usaspending_assistance %s %s' % (fiscal_year, archive_date))
Beispiel #9
0
def state_completion_rate():
    '''
    fab staging imports.state_completion_rate           Import State Completion Rate
    '''
    run_command('import_state_completion_rate')
Beispiel #10
0
def snap_monthly_benefits_person():
    '''
    fab staging imports.snap_monthly_benefits_person    Import SNAP Monthly Benefits Per Person
    '''
    run_command('import_snap_monthly_benefits_person')
Beispiel #11
0
def snap_participation_people():
    '''
    fab staging imports.snap_participation_people       Import SNAP Participation People
    '''
    run_command('import_snap_participation_people')
Beispiel #12
0
def population_gender_state():
    '''
    fab staging loads.population_gender_state       Loads Population Gender By State
    '''
    run_command('load_population_gender_state')
Beispiel #13
0
def population_race_county():
    '''
    fab staging loads.population_race_county        Loads Population Race By County
    '''
    run_command('load_population_race_county')
Beispiel #14
0
def summer_lunch_participation():
    '''
    fab staging imports.summer_lunch_participation      Import Summer Lunch Participation
    '''
    run_command('import_summer_lunch_participation')
Beispiel #15
0
def total_students():
    '''
    fab staging imports.total_students                  Import Total Students
    '''
    run_command('import_total_students')
Beispiel #16
0
def summer_lunch_participation_state():
    '''
    fab staging loads.summer_lunch_participation_state      Loads Summer Lunch Participation By State
    '''
    run_command('load_summer_lunch_participation_state')
Beispiel #17
0
def tanf_participation_state():
    '''
    fab staging loads.tanf_participation_state      Loads TANF Participation By State
    '''
    run_command('load_tanf_participation_state')
Beispiel #18
0
def snap_participation_people_state():
    '''
    fab staging loads.snap_participation_people_state       Loads SNAP Participation People By State
    '''
    run_command('load_snap_participation_people_state')
Beispiel #19
0
def state():
    '''
    fab staging loads.state                         Loads State Reference
    '''
    run_command('load_state')
Beispiel #20
0
def snap_participation_households_state():
    '''
    fab staging loads.snap_participation_households_state   Loads SNAP Participation Households By State
    '''
    run_command('load_snap_participation_households_state')
Beispiel #21
0
def snap_monthly_benefits_person_state():
    '''
    fab staging loads.snap_monthly_benefits_person_state    Loads SNAP Monthly Benefits Per Person By State
    '''
    run_command('load_snap_monthly_benefits_person_state')
Beispiel #22
0
def school_lunch_participation_state():
    '''
    fab staging loads.school_lunch_participation_state      Loads School Lunch Participation By State
    '''
    run_command('load_school_lunch_participation_state')
Beispiel #23
0
def state_gdp_pre97():
    '''
    fab staging imports.state_gdp_pre97                 Import State GDP Pre '97
    '''
    run_command('import_state_gdp_pre97')
Beispiel #24
0
def schip_enrollment_state():
    '''
    fab staging loads.schip_enrollment_state        Loads SCHIP Enrollment By State
    '''
    run_command('load_schip_enrollment_state')
Beispiel #25
0
def state_unemployment():
    '''
    fab staging imports.state_unemployment              Import State Unemployment
    '''
    run_command('import_state_unemployment')
Beispiel #26
0
def wic_benefits_state():
    '''
    fab staging loads.wic_benefits_state            Loads WIC Benefits By State
    '''
    run_command('load_wic_benefits_state')
Beispiel #27
0
def tanf_participation():
    '''
    fab staging imports.tanf_participation              Import TANF Participation
    '''
    run_command('import_tanf_participation')
Beispiel #28
0
def race_combo():
    '''
    fab staging loads.race_combo                    Loads Race Combo
    '''
    run_command('load_race_combo')
Beispiel #29
0
def school_breakfast_participation_state():
    '''
    fab staging loads.school_breakfast_participation_state  Loads School Breakfast Participation By State
    '''
    run_command('load_school_breakfast_participation_state')
Beispiel #30
0
def wic_participation_state():
    '''
    fab staging loads.wic_participation_state       Loads WIC Participation By State
    '''
    run_command('load_wic_participation_state')
Beispiel #31
0
def population_race_state():
    '''
    fab staging loads.population_race_state         Loads Population Race By State
    '''
    run_command('load_population_race_state')
Beispiel #32
0
def cffr_program():
    '''
    fab staging loads.cffr_program                  Loads CFFR Program
    '''
    run_command('load_cffr_program')
Beispiel #33
0
def snap_benefits_recipients():
    '''
    fab staging imports.snap_benefits_recipients        Import SNAP Benefits Recipients
    '''
    run_command('import_snap_benefits_recipients')
Beispiel #34
0
def race():
    '''
    fab staging loads.race                          Loads Race
    '''
    run_command('load_race')
Beispiel #35
0
def snap_participation_households():
    '''
    fab staging imports.snap_participation_households   Import SNAP Participation Households
    '''
    run_command('import_snap_participation_households')
Beispiel #36
0
def county():
    '''
    fab staging loads.county                        Loads County
    '''
    run_command('load_county')
Beispiel #37
0
def special_ed_funding():
    '''
    fab staging imports.special_ed_funding              Import Special Ed. Funding
    '''
    run_command('import_special_ed_funding')
Beispiel #38
0
def electric_emissions_state():
    '''
    fab staging loads.electric_emissions_state      Loads Electric Emissions By State
    '''
    run_command('load_electric_emissions_state')
Beispiel #39
0
def state_gdp():
    '''
    fab staging imports.state_gdp                       Import State GDP
    '''
    run_command('import_state_gdp')
Beispiel #40
0
def pupil_teacher_state():
    '''
    fab staging loads.pupil_teacher_state           Loads Pupils per Teacher By State
    '''
    run_command('load_pupil_teacher_state')
Beispiel #41
0
def cfda():
    '''
    fab staging imports.cfda                            Import Catalog of Federal Domestic Assistance (CFDA)
    '''
    run_command('import_cfda')
Beispiel #42
0
def vehicle_registrations():
    '''
    fab staging imports.vehicle_registrations           Import Vehicle Registrations
    '''
    run_command('import_vehicle_registrations')
Beispiel #43
0
def subfunction_cffr():
    '''
    fab staging imports.subfunction_cffr                Import Sub-function CFFR
    '''
    run_command('import_subfunction_cffr')
Beispiel #44
0
def wic_benefits_state():
    '''
    fab staging imports.wic_benefits_state              Import WIC Benefits By State
    '''
    run_command('import_wic_benefits_state')
Beispiel #45
0
def tanf_family():
    '''
    fab staging imports.tanf_family                     Import TANF Family
    '''
    run_command('import_tanf_family')
Beispiel #46
0
def cffr_annual_agency():
    '''
    fab staging imports.cffr_annual_agency              Import CFFR Annual Agency
    '''
    run_command('import_cffr_annual_agency')
Beispiel #47
0
def title_i_funding():
    '''
    fab staging imports.title_i_funding                 Import Title I Funding
    '''
    run_command('import_title_i_funding')
Beispiel #48
0
def cffr_annual_pre93_geo():
    '''
    fab staging imports.cffr_annual_pre93_geo           Import CFFR Annual Agency Pre '93 Geo
    '''
    run_command('import_cffr_annual_pre93_geo')
Beispiel #49
0
def energy_consumption_state():
    '''
    fab staging loads.energy_consumption_state      Loads Energy Consumption By State
    '''
    run_command('load_energy_consumption_state')
Beispiel #50
0
def cffr():
    '''
    fab staging loads.cffr                          Loads CFFR
    '''
    run_command('load_cffr')
Beispiel #51
0
def cffr_annual():
    '''
    fab staging imports.cffr_annual                     Import CFFR Annual
    '''
    run_command('import_cffr_annual')
Beispiel #52
0
def energy_production_state():
    '''
    fab staging loads.energy_production_state       Loads Energy Production By State
    '''
    run_command('load_energy_production_state')
Beispiel #53
0
def vocational_ed_spending():
    '''
    fab staging imports.vocational_ed_spending          Import Vocational Ed. Spending
    '''
    run_command('import_vocational_ed_spending')
Beispiel #54
0
def ethnicity():
    '''
    fab staging loads.ethnicity                     Loads Ethnicity
    '''
    run_command('load_ethnicity')
Beispiel #55
0
def wic_participation_state():
    '''
    fab staging imports.wic_participation_state         Import WIC Participation By State
    '''
    run_command('import_wic_participation_state')
Beispiel #56
0
def federal_tax_collection_state():
    '''
    fab staging loads.federal_tax_collection_state  Loads Federal Tax Collection By State
    '''
    run_command('load_federal_tax_collection_state')
Beispiel #57
0
def cffr_annual_pre93():
    '''
    fab staging imports.cffr_annual_pre93               Import CFFR Annual Agency Pre '93
    '''
    run_command('import_cffr_annual_pre93')
Beispiel #58
0
def food_security_state():
    '''
    fab staging loads.food_security_state           Loads Food Security By State
    '''
    run_command('load_food_security_state')
Beispiel #59
0
def cffr_annual_prog():
    '''
    fab staging imports.cffr_annual_prog                Import CFFR Annual Prog.
    '''
    run_command('import_cffr_annual_prog')
Beispiel #60
0
def population_gender_county():
    '''
    fab staging loads.population_gender_county      Loads Population Gender By County
    '''
    run_command('load_population_gender_county')