Baselight

Missions To The Moon

List of Missions to the Moon by Date

@kaggle.harits_missions_to_the_moon

Missions
@kaggle.harits_missions_to_the_moon.missions

  • 21.56 KB
  • 136 rows
  • 10 columns
spacecraft

Spacecraft

payload

Payload

launch_date

Launch Date

carrier_rocket

Carrier Rocket

country

Country

operator

Operator

mission_type

Mission Type

outcome

Outcome

description

Description

references

References

Pioneer 0Able I17 August 1958Thor DM-18 Able IUnited StatesUSAFOrbiterLaunch failureFirst attempted launch beyond Earth orbit; failed to orbit due to turbopump gearbox malfunction resulting in first-stage explosion. Reached apogee of 16 kilometres (9.9 mi).[3, 4]
Luna E-1 No.1nan23 September 1958LunaSoviet UnionOKB-1ImpactorLaunch failureFailed to orbit; rocket disintegrated due to excessive vibration.[3, 5]
Pioneer 1Able II11 October 1958Thor DM-18 Able IUnited StatesNASAOrbiterLaunch failureFailed to orbit; premature second-stage cutoff due to accelerometer failure. Later known as Pioneer 1. Reached apogee of 113,800 kilometres (70,700 mi).[3, 6]
Luna E-1 No.2nan11 October 1958LunaSoviet UnionOKB-1ImpactorLaunch failureFailed to orbit; carrier rocket exploded due to excessive vibration.[3, 5]
Pioneer 2Able III8 November 1958Thor DM-18 Able IUnited StatesNASAOrbiterLaunch failureFailed to orbit; premature second-stage cutoff due to erroneous command by ground controllers; third stage failed to ignite due to broken electrical connection. Reached apogee of 1,550 kilometres (960 mi).[3, 7]
Luna E-1 No.3nan4 December 1958LunaSoviet UnionOKB-1ImpactorLaunch failureFailed to orbit; seal failure in hydrogen peroxide pump cooling system resulted in core-stage underperformance.[3, 5]
Pioneer 3nan6 December 1958Juno IIUnited StatesNASAFlybyLaunch failureFailed to orbit; premature first-stage cutoff. Reached apogee of 102,360 kilometres (63,600 mi).[3, 8]
Luna 1E-1 No.42 January 1959LunaSoviet UnionOKB-1ImpactorLaunch FailureCarrier rocket guidance problem resulted in failure to impact Moon, flew past in a heliocentric orbit. Closest approach 5,995 kilometres (3,725 mi) on 4 January.[9, 10]
Pioneer 4nan3 March 1959Juno IIUnited StatesNASAFlybyPartial failureSecond-stage overperformance resulted in flyby at greater altitude than expected, out of instrument range, with 58,983 kilometres (36,650 mi) of distance. Closest approach at 22:25 UTC on 4 March. First U.S. spacecraft to leave Earth orbit.[9, 11]
E-1A No.1nan18 June 1959LunaSoviet UnionOKB-1ImpactorLaunch failureFailed to orbit; guidance system malfunction.[9]

CREATE TABLE missions (
  "spacecraft" VARCHAR,
  "payload" VARCHAR,
  "launch_date" VARCHAR,
  "carrier_rocket" VARCHAR,
  "country" VARCHAR,
  "operator" VARCHAR,
  "mission_type" VARCHAR,
  "outcome" VARCHAR,
  "description" VARCHAR,
  "references" VARCHAR
);

Share link

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