Ufo Sightings
Data scraped from the National UFO reporting center
@kaggle.thaddeussegura_ufo_sightings
Data scraped from the National UFO reporting center
@kaggle.thaddeussegura_ufo_sightings
This data was scraped from the National UFO Reporting Center (http://www.nuforc.org/). Once scraped it was cleaned as well.
Each entry has the date, the city (most are in the USA), state, shape of object, duration, date, and a summary. Some also include a "hoax" label in the description.
Huge thanks to Alex Heaton, Imran Manji, and Navya Sandadi.
CREATE TABLE clean_ufo_data (
"id" BIGINT,
"occurred_date_time" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"shape" VARCHAR,
"duration" VARCHAR,
"summary" VARCHAR,
"details_url" VARCHAR,
"posted_date" TIMESTAMP
);Anyone who has the link will be able to view this.