Louisville Metro KY – Utility Assistance Program LG&E
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_utilit_96400cbf
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_utilit_96400cbf
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 |
|---|---|---|
| Is Head of Household? | Integer | The beneficiary the head of the house |
| Age | Integer | The age of the beneficiary |
| Race | Text | The race of the beneficiaries |
| Gender | Text | The gender of the beneficiaries |
| Ethnicity | Text | The Ethnicity of the Beneficiary |
| Disability | Text | The disability status of the beneficiary |
| Educational Level | Text | The present employment status of the beneficiary |
| Employment Status | Text | The present educational level of the beneficiary |
| Household Type | Text | The category of the household |
| ZIP Code | Integer | zip code of the applicant |
| Service_Id | Integer | Unique identity attached to every household. |
| Date | Date | Date the payment was made into the applicants/beneficiary's account. |
| Program | Text | program involved in implementation of the project. |
| Housing_Type | Text | The type of housing the attached to the application. |
| City | Text | City of the applicant |
| State | Text | State of the applicant |
| Total_Benefit | Float | The total relief amount paid to the applicant. |
| Council District | Integer | Council district the beneficiary resides. |
| Household _annual_Income | Float | Total annual income of the household |
| Organization: Louisville Metro Government | ||
| Last updated: 2025-07-30T13:50:07.486453 | ||
| Tags: arp, community-impact-projects, grant, jefferson-county, kentucky, lat, louisville, louisville-metro, louisville-metro-ky, modp, open-data, static |
CREATE TABLE table_1 (
"is_head_of_household" BIGINT,
"age" DOUBLE,
"race" VARCHAR,
"gender" VARCHAR,
"ethnicity" VARCHAR,
"disability" VARCHAR,
"educational_level" VARCHAR,
"employment_status" VARCHAR,
"household_type" VARCHAR,
"zip_code" BIGINT,
"service_id" DOUBLE,
"date" TIMESTAMP,
"program" VARCHAR,
"housing_type" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"total_benefit" DOUBLE,
"council_district" DOUBLE,
"monthly_income" DOUBLE,
"objectid" BIGINT
);Anyone who has the link will be able to view this.