Near-Earth Asteroids
@owid.near_earth_asteroids
@owid.near_earth_asteroids
CREATE TABLE owid_near_earth_asteroids_1 (
"country" VARCHAR,
"year" INTEGER,
"larger_than_1km" INTEGER,
"between_140m_and_1km" INTEGER,
"smaller_than_140m" INTEGER
);
CREATE TABLE owid_near_earth_asteroids_2 (
"country" VARCHAR,
"year" INTEGER,
"larger_than_1km" INTEGER,
"between_140m_and_1km" INTEGER,
"smaller_than_140m" INTEGER
);
Anyone who has the link will be able to view this.