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
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.