Space Exploration And Satellites (AKA @Elon)
Cant find Satellites Info about SpaceX because they a private company. So :(
@kaggle.programmerrdai_space_exploration_and_satellites_aka_elon
Cant find Satellites Info about SpaceX because they a private company. So :(
@kaggle.programmerrdai_space_exploration_and_satellites_aka_elon
Space exploration satellites are not really satellites at all; they are properly known as space probes. A satellite is defined as something that's orbiting something else, but space probes instead travel deep into the solar system. However, they are similar to orbiting satellites in design and function.
@article{owidspaceexplorationsatellites,
author = {Edouard Mathieu and Max Roser},
title = {Space Exploration and Satellites},
journal = {Our World in Data},
year = {2022},
note = {https://ourworldindata.org/space-exploration-satellites}
}
CREATE TABLE annual_space_visits (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"annual_visits" BIGINT
);CREATE TABLE cost_space_launches_low_earth_orbit (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"cost_per_kg" BIGINT,
"launch_class" VARCHAR
);CREATE TABLE cumulative_exoplanets_by_method (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"cumulative_exoplanets" BIGINT
);CREATE TABLE cumulative_number_of_objects_launched_into_outer_space (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"cumulative_launches" BIGINT
);CREATE TABLE cumulative_people_space (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"cumulative_individuals" BIGINT
);CREATE TABLE cumulative_space_visits (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"cumulative_visits" BIGINT
);CREATE TABLE largest_impact_craters (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crater_diameter" BIGINT
);CREATE TABLE low_earth_orbits_objects (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"number_of_objects" BIGINT
);CREATE TABLE nasa_annual_budget (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"budget" DOUBLE
);CREATE TABLE near_earth_asteroids_discovered_over_time (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"smaller_than_140m" BIGINT,
"between_140m_and_1km" BIGINT,
"larger_than_1km" BIGINT
);CREATE TABLE space_objects_by_orbit (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"number_of_objects" BIGINT
);CREATE TABLE yearly_number_of_objects_launched_into_outer_space (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"yearly_launches" BIGINT
);Anyone who has the link will be able to view this.