Baselight

Salem Witchcraft Dataset

Explore and visualize the Salem witchcraft trials

@kaggle.rtatman_salem_witchcraft_dataset

Tax Comparison Data Set
@kaggle.rtatman_salem_witchcraft_dataset.tax_comparison_data_set

  • 11.39 KB
  • 200 rows
  • 9 columns
name

Name

petition

Petition

n_1681

1681

n_1690

1690

n_1694

1694

n_1695

1695

n_1697

1697

n_1700

1700

sort

Sort

Abby, Samuel and sonPro-P7771
Adams, JohnNoS22.52
Aires, Nath'lNoS243
Alline, williamPro-P4.5810.584
Andrew, Daniell and sonsAnti-P119.2536263840445
Barton, SamullNoS46
Bayly, ThoNoS1354.57
Beele, WilliamNoS68
Bishop, DavidAnti-P49
Bishop, Edward JunrPro-P77101010

CREATE TABLE tax_comparison_data_set (
  "name" VARCHAR,
  "petition" VARCHAR,
  "n_1681" DOUBLE,
  "n_1690" DOUBLE,
  "n_1694" DOUBLE,
  "n_1695" DOUBLE,
  "n_1697" DOUBLE,
  "n_1700" DOUBLE,
  "sort" BIGINT
);

Share link

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