Insurance Complaints: All Data
City of Austin
@usgov.city_of_austin_insurance_complaints_all_data
City of Austin
@usgov.city_of_austin_insurance_complaints_all_data
CREATE TABLE table_1 (
"complaint_number" BIGINT,
"complaint_filed_against" VARCHAR,
"complaint_filed_by" VARCHAR,
"reason_complaint_filed" VARCHAR,
"confirmed_complaint" VARCHAR,
"how_resolved" VARCHAR,
"received_date" TIMESTAMP,
"closed_date" TIMESTAMP,
"complaint_type" VARCHAR,
"coverage_type" VARCHAR,
"coverage_level" VARCHAR,
"others_involved" VARCHAR,
"respondent_id" BIGINT,
"respondent_role" VARCHAR,
"respondent_type" VARCHAR,
"complainant_type" VARCHAR,
"keywords" VARCHAR
);
Anyone who has the link will be able to view this.