Landlord/Tenant Monthly Caseload CY 2023-2024
City of Austin
@usgov.city_of_austin_landlord_tenant_monthly_caseload_cy_2023
City of Austin
@usgov.city_of_austin_landlord_tenant_monthly_caseload_cy_2023
The dataset contains monthly Landlord/Tenant caseload information by court from January 2023- Present. Landlord/Tenant cases include: 1) Eviction- All suits for eviction (recovery of possession of premises) brought to recover possession of real property under Chapter 24 of the Texas Property Code, often by a landlord against a tenant. A claim for rent may be joined with an eviction case if the amount of rent due and unpaid is not more than $20,000, excluding statutory interest and court costs but including attorney fees, if any. Eviction cases filed on or after September 1, 2023, are governed by Rules 500-507 and 510 for Part V of the Rules of Civil Procedure. 2) Repair and Remedy- A case by a residential tenant under Chapter 92, Subchapter B, of the Texas Property Code to enforce the landlord’s duty to repair or remedy a condition materially affecting the physical health or safety of an ordinary tenant. Repair and remedy cases filed on or after September 1, 2013, are governed by Rules 500-507 and 509 of Part V of the Rules of Civil Procedure. Because of the submission deadlines for reports, the most recent monthly data will be two months behind.
Organization: City of Austin
Last updated: 2023-08-25T22:20:47.943147
Tags: civil-cases, eviction, landlord, residential, tenant
CREATE TABLE table_1 (
"county" VARCHAR,
"court" VARCHAR,
"date" VARCHAR,
"cases_pending" DOUBLE,
"active_cases_pending" DOUBLE,
"inactive_cases_pending" DOUBLE,
"new_cases_filed" DOUBLE,
"cases_reactivated" DOUBLE,
"all_other_cases_added" DOUBLE,
"default_judgments" DOUBLE,
"agreed_judgments" DOUBLE,
"bench_trials" DOUBLE,
"jury_trials" DOUBLE,
"cases_dismissed_for_want_of_prosecution" DOUBLE,
"cases_non_suited_or_dismissed_by_plaintif" DOUBLE,
"all_other_dispositions" DOUBLE,
"total_cases_disposed" DOUBLE,
"cases_placed_on_inactive_status" DOUBLE,
"cases_pending_end_of_month" DOUBLE,
"active_cases_end_of_month" DOUBLE,
"inactive_cases_end_of_month" DOUBLE,
"cases_appealed_after_trial" DOUBLE,
"cases_appealed_without_trial" DOUBLE
);Anyone who has the link will be able to view this.