Louisville Metro KY – Utility Assistance Program LWC
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_utilit_79a6ee37
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_utilit_79a6ee37
The purpose of this project is to pay electric and water/sewer expenses for residents who would otherwise have their utilities turned off.
**
**
Data Dictionary
**
**
| Field Name | Field Type | Field Description |
|---|---|---|
| Reference Id | Text | ID for the beneficiaries of the projects |
| Account | Integer | Account ID generated for beneficiaries of the project. |
| Agency Application | Text | The application source, whether it was directly from the agency or from outside the agency. |
| Relief Program | Text | The program involves in carrying out the project. |
| Date | Date | Date application was made. |
| Relief Amount | Float | The amount the beneficiary got from the project. |
| Monthly Household | ||
| Income | ||
| Float | The cumulative income of the all the individuals in the household that benefited from the program. | |
| Household Size | integer | the total number of people in the household |
| Live In Jefferson County | Text | Does the beneficiary live in Jefferson town? |
| Financial Hardship | Text | Is the reason for the application financial hardship? |
| Job Loss | Text | Is the reason for the application Job loss? |
| Reduced Hours | Text | Is the reason for the application reduction in work hours? |
| Account Type | Text | The type of housing the beneficiary is applying with. |
| Zip | Text | Zip code of the address of the beneficiary |
| Country | Text | Country of the address of the beneficiary |
| State | Text | State of the address of the beneficiary |
| Location | Text | A concatenation of zip codes, state and country |
| Council District | Integer | Council district the beneficiary resides. |
| Organization: Louisville Metro Government | ||
| Last updated: 2025-07-30T13:48:38.337959 | ||
| Tags: arp, arp-0018, community-impact-projects, grant, jefferson-county, kentucky, lat, louisville, louisville-metro, louisville-metro-ky, modp, open-data, static |
CREATE TABLE table_1 (
"reference_id" VARCHAR,
"account" DOUBLE,
"agency_application" VARCHAR,
"relief_program" VARCHAR,
"application_date" TIMESTAMP,
"relief_amount" DOUBLE,
"household_income" DOUBLE,
"household_size" DOUBLE,
"financial_hardship" VARCHAR,
"job_loss" VARCHAR,
"reduced_hours" VARCHAR,
"account_type" VARCHAR,
"zip" DOUBLE,
"country" VARCHAR,
"state" VARCHAR,
"location" VARCHAR,
"council_district" DOUBLE,
"objectid" BIGINT
);Anyone who has the link will be able to view this.