NYC Dog Licenses
Cleaned version of NYC Dog Licenses
@kaggle.smithaachar_nyc_dog_licensing_clean
Cleaned version of NYC Dog Licenses
@kaggle.smithaachar_nyc_dog_licensing_clean
CREATE TABLE nyc_dogs_clean (
"unnamed_0" BIGINT,
"x" BIGINT,
"rownumber" BIGINT,
"animalname" VARCHAR,
"animalgender" VARCHAR,
"animalbirthmonth" VARCHAR,
"breedname" VARCHAR,
"borough" VARCHAR,
"zipcode" BIGINT,
"communitydistrict" DOUBLE,
"censustract2010" DOUBLE,
"nta" VARCHAR,
"citycouncildistrict" DOUBLE,
"congressionaldistrict" DOUBLE,
"statesenatorialdistrict" DOUBLE,
"licenseissueddate" TIMESTAMP,
"licenseexpireddate" TIMESTAMP
);
CREATE TABLE nyc_dog_licensing_dataset (
"rownumber" BIGINT,
"animalname" VARCHAR,
"animalgender" VARCHAR,
"animalbirthmonth" VARCHAR,
"breedname" VARCHAR,
"borough" VARCHAR,
"zipcode" DOUBLE,
"communitydistrict" DOUBLE,
"censustract2010" DOUBLE,
"nta" VARCHAR,
"citycouncildistrict" DOUBLE,
"congressionaldistrict" DOUBLE,
"statesenatorialdistrict" DOUBLE,
"licenseissueddate" TIMESTAMP,
"licenseexpireddate" TIMESTAMP
);
Anyone who has the link will be able to view this.