Baselight

NASA Planetary Mission Datasets

NASA Exploration Budget

@kaggle.zaynalabidin_nasa_planetary_mission_datasets

Mission Budgets
@kaggle.zaynalabidin_nasa_planetary_mission_datasets.mission_budgets

  • 17.55 KB
  • 1013 rows
  • 6 columns
index

Index

mission

Mission

fiscal_year

Fiscal Year

cost_type

Cost Type

cost_group

Cost Group

cost_musd

Cost MUSD

Cassini1990SpacecraftDevelopment/Implementation29.5
1Cassini1991Launch SupportLaunch Vehicle(s) & Support2.4
2Cassini1991SpacecraftDevelopment/Implementation143
3Cassini1992Launch SupportLaunch Vehicle(s) & Support20.1
4Cassini1992SpacecraftDevelopment/Implementation210.7
5Cassini1993Launch SupportLaunch Vehicle(s) & Support16.2
6Cassini1993SpacecraftDevelopment/Implementation204.953
7Cassini1994Data AnalysisOperations & Data Analysis0.6
8Cassini1994Launch SupportLaunch Vehicle(s) & Support86.4
9Cassini1994SpacecraftDevelopment/Implementation266.6

CREATE TABLE mission_budgets (
  "index" BIGINT,
  "mission" VARCHAR,
  "fiscal_year" VARCHAR,
  "cost_type" VARCHAR,
  "cost_group" VARCHAR,
  "cost_musd" DOUBLE
);

Share link

Anyone who has the link will be able to view this.