US Crime Data
USA Crimes News Data
@kaggle.johnybhiduri_us_crime_data
USA Crimes News Data
@kaggle.johnybhiduri_us_crime_data
Title : Headline of the News.
Organization : Organization who shared this news.
City : City name where the crime had happend.
State : State names are in Code like AZ for Arizona.
URL : URL of the actual news.
Keyword : Keyword of the news , used to search the news
Summary : Full Summary of the News
CREATE TABLE us_crime_data (
"date" VARCHAR,
"title" VARCHAR,
"organization" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"url" VARCHAR,
"keyword" VARCHAR,
"summary" VARCHAR
);
Anyone who has the link will be able to view this.