Haunted Places In The US
A compilation of the most Haunted Places in the United States
@kaggle.joebeachcapital_haunted_places_in_the_us
A compilation of the most Haunted Places in the United States
@kaggle.joebeachcapital_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.
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
);Anyone who has the link will be able to view this.