Voter Registration Cancellation Trends
City of Austin
@usgov.city_of_austin_voter_registration_cancellation_trends
City of Austin
@usgov.city_of_austin_voter_registration_cancellation_trends
CREATE TABLE table_1 (
"county_name" VARCHAR,
"requested_by_voter" BIGINT,
"suspense_cancellation" BIGINT,
"confirmation_response" BIGINT,
"deceased" BIGINT,
"felon" BIGINT,
"non_u_s_citizen" BIGINT,
"investigation" BIGINT,
"duplicate_state" BIGINT,
"duplicate_county" BIGINT,
"mental_incompetence" BIGINT,
"disqualified_voter" BIGINT,
"selected_cancellation_range_start_date" VARCHAR,
"selected_cancellation_range_end_date" VARCHAR
);
Anyone who has the link will be able to view this.