Baselight

US Crime Data

USA Crimes News Data

@kaggle.johnybhiduri_us_crime_data

Loading...
Loading...

About this Dataset

US Crime Data

USA Hate Crimes News 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

Tables

Us Crime Data

@kaggle.johnybhiduri_us_crime_data.us_crime_data
  • 1.77 MB
  • 6783 rows
  • 8 columns
Loading...

CREATE TABLE us_crime_data (
  "date" VARCHAR,
  "title" VARCHAR,
  "organization" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "url" VARCHAR,
  "keyword" VARCHAR,
  "summary" VARCHAR
);

Share link

Anyone who has the link will be able to view this.