Indiana Crime Analysis
Identifying arrests and potential areas for effective change
@kaggle.amymantel_indiana_crime_analysis
Identifying arrests and potential areas for effective change
@kaggle.amymantel_indiana_crime_analysis
Crime data analysis is essential for understanding patterns of criminal activity, identifying risk factors, and informing public safety policies. This dataset provides a detailed look at reported offenses in Indiana for the year 2023, offering valuable insights into demographic trends, geographic crime distribution, and seasonal variations. By analyzing this dataset, researchers, policymakers, and data enthusiasts can uncover key factors influencing crime rates and develop data-driven strategies for prevention and intervention.
This dataset compiles crime records from Indiana in 2023, structured to facilitate in-depth analysis across various dimensions. It includes:
This dataset presents several opportunities for exploration and analysis:
This dataset is well-suited for various analytical and research purposes, including:
This dataset was curated from publicly available Indiana crime records and compiled for educational and analytical purposes. All personally identifiable information has been anonymized to ensure privacy.
This dataset is open for non-commercial projects. Attribution to the original source is appreciated when sharing findings or insights.
CREATE TABLE n_2023_q1 (
"age_group" VARCHAR,
"race" VARCHAR,
"sex" VARCHAR,
"month" BIGINT,
"county" VARCHAR,
"offense" VARCHAR,
"charge" VARCHAR
);
CREATE TABLE n_2023_q2 (
"age_group" VARCHAR,
"race" VARCHAR,
"sex" VARCHAR,
"month" BIGINT,
"county" VARCHAR,
"offense" VARCHAR,
"charge" VARCHAR
);
CREATE TABLE n_2023_q3 (
"age_group" VARCHAR,
"race" VARCHAR,
"sex" VARCHAR,
"month" BIGINT,
"county" VARCHAR,
"offense" VARCHAR,
"charge" VARCHAR
);
CREATE TABLE n_2023_q4 (
"age_group" VARCHAR,
"race" VARCHAR,
"sex" VARCHAR,
"month" BIGINT,
"county" VARCHAR,
"offense" VARCHAR,
"charge" VARCHAR
);
Anyone who has the link will be able to view this.