Baselight

SerialKillerSprees

The ones they don't make movies about..

@kaggle.acaciaharvey_serialkillersprees

Loading...
Loading...

About this Dataset

SerialKillerSprees

Context

As a #TrueCrime junkie, I was able to find a list of less-known serial killer sprees and, if applicable, the people who are responsible.

Content

7 Columns, Including:

  • Name of Spree
  • Years Active
  • Proven Victims (Count)
  • Possible Victims (Count)
  • Active Region (State)
  • Description of Crimes
  • Wikipedia References

Acknowledgements

Here are a list of references from which the information in this table was extracted.

https://en.wikipedia.org/wiki/List_of_serial_killers_in_the_United_States#References

Inspiration

Pop culture has found a way to glamorize notable serial killers. You may have heard of the vile actions of those such as Ted Bundy, Jeffrey Dahmer, Aileen Wournos, and countless others based on the cinematic reenactment of their egregious crimes. But there are far more instances of serial killers that have yet to be romanticized. I was able to gather data from other sinister examples of violent killing rampages throughout history in the United States.

Tables

Wikipediastats Sheet2

@kaggle.acaciaharvey_serialkillersprees.wikipediastats_sheet2
  • 16 KB
  • 71 rows
  • 7 columns
Loading...

CREATE TABLE wikipediastats_sheet2 (
  "name" VARCHAR,
  "years_active" VARCHAR,
  "proven_victims" BIGINT,
  "possible_victims" VARCHAR,
  "region_where_active" VARCHAR,
  "notes" VARCHAR,
  "ref" VARCHAR
);

Share link

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