Baselight

Haunted Places In The US

A compilation of the most Haunted Places in the United States

@kaggle.joebeachcapital_haunted_places_in_the_us

Loading...
Loading...

About this Dataset

Haunted Places In The US

Data Dictionary:

variable class description
city character The city where the place is located.
country character The country where the place is located (always "United States")
description character A text description of the place. The amount of detail in these descriptions is highly variable.
location character A title for the haunted place.
state character The US state where the place is located.
state_abbrev character The two-letter abbreviation for the state.
longitude double Longitude of the place.
latitude double Latitude of the place.
city_longitude double Longitude of the city center.
city_latitude double Latitude of the city center.

Tables

Haunted Places

@kaggle.joebeachcapital_haunted_places_in_the_us.haunted_places
  • 2.89 MB
  • 10992 rows
  • 10 columns
Loading...

CREATE TABLE haunted_places (
  "city" VARCHAR,
  "country" VARCHAR,
  "description" VARCHAR,
  "location" VARCHAR,
  "state" VARCHAR,
  "state_abbrev" VARCHAR,
  "longitude" DOUBLE,
  "latitude" DOUBLE,
  "city_longitude" DOUBLE,
  "city_latitude" DOUBLE
);

Share link

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