Baselight

Salem Witchcraft Dataset

Explore and visualize the Salem witchcraft trials

@kaggle.rtatman_salem_witchcraft_dataset

Accused Witches Data Set
@kaggle.rtatman_salem_witchcraft_dataset.accused_witches_data_set

  • 7.29 KB
  • 152 rows
  • 5 columns
accused_witch

Accused Witch

n__residence

Residence

month_of_accusation

Month Of Accusation

month_of_execution

Month Of Execution

sort

Sort

Abbott, Arthur Ipswich 51
Abbott, Nehemiah, Jr. Topsfield 42
Alden, John Boston 53
Andrew, Daniel Salem Village 54
Barker, Abigail Andover 95
Barker, Mary Andover 86
Barker, William Jr. Andover 97
Barker, William Sr. Andover 88
Bassett, Sarah Lynn 59
Bishop, Bridget Salem Town 4610

CREATE TABLE accused_witches_data_set (
  "accused_witch" VARCHAR,
  "n__residence" VARCHAR,
  "month_of_accusation" BIGINT,
  "month_of_execution" DOUBLE,
  "sort" BIGINT
);

Share link

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