NASA TechPort: Fostering Innovation
Exploring NASA's Latest Technological Endeavors
@kaggle.kirbysasuke_nasa_tech
Exploring NASA's Latest Technological Endeavors
@kaggle.kirbysasuke_nasa_tech
This dataset contains the list of all publicly published NASA projects from within the NASA technology portfolio. In-depth portfolio information, including details for each of the NASA projects found here, can be found and searched at TechPort.NASA.gov.
CREATE TABLE nasa_techport (
"techport_id" BIGINT,
"project_title" VARCHAR,
"project_description" VARCHAR,
"responsible_nasa_program" VARCHAR,
"primary_taxonomy" VARCHAR,
"project_last_updated" VARCHAR,
"project_url" VARCHAR,
"project_api_url" VARCHAR
);Anyone who has the link will be able to view this.