Meteorite Landings
Can you predict where the next Meteorite will land?
@kaggle.ulrikthygepedersen_meteorite_landings
Can you predict where the next Meteorite will land?
@kaggle.ulrikthygepedersen_meteorite_landings
CREATE TABLE meteorite_landings (
"name" VARCHAR,
"id" BIGINT,
"nametype" VARCHAR,
"recclass" VARCHAR,
"mass_g" DOUBLE,
"fall" VARCHAR,
"year" DOUBLE,
"reclat" DOUBLE,
"reclong" DOUBLE,
"geolocation" VARCHAR
);
Anyone who has the link will be able to view this.