2016 Parties In New York
225k noise complaints to the police about ongoing parties in the city
@kaggle.somesnm_partynyc
225k noise complaints to the police about ongoing parties in the city
@kaggle.somesnm_partynyc
CREATE TABLE bar_locations (
"location_type" VARCHAR,
"incident_zip" DOUBLE,
"city" VARCHAR,
"borough" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"num_calls" BIGINT
);
CREATE TABLE party_in_nyc (
"created_date" TIMESTAMP,
"closed_date" TIMESTAMP,
"location_type" VARCHAR,
"incident_zip" DOUBLE,
"city" VARCHAR,
"borough" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
CREATE TABLE test_parties (
"id" VARCHAR,
"num_complaints" BIGINT
);
CREATE TABLE train_parties (
"id" VARCHAR,
"num_complaints" BIGINT
);
Anyone who has the link will be able to view this.