City Of Pittsburgh Property Tax Delinquency
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_prop_d1ef6370
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_city_of_pittsburgh_prop_d1ef6370
CREATE TABLE tax_delinquency (
"n__id" BIGINT,
"pin" VARCHAR,
"address" VARCHAR,
"billing_city" VARCHAR,
"current_delq_tax" DOUBLE,
"current_delq_pi" DOUBLE,
"prior_years" BIGINT,
"prior_delq_tax" DOUBLE,
"prior_delq_pi" DOUBLE,
"state_description" VARCHAR,
"neighborhood" VARCHAR,
"council_district" DOUBLE,
"ward" DOUBLE,
"public_works_division" DOUBLE,
"pli_division" DOUBLE,
"police_zone" DOUBLE,
"fire_zone" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE
);
Anyone who has the link will be able to view this.