Baselight

NASA Facilities

A dataset of NASA facility names and locations

@kaggle.nasa_nasa_facilities

Loading...
Loading...

About this Dataset

NASA Facilities

Context

NASA has something like 400 different facilities across the United States! This dataset is a collection of those facilities and their locations.

Content

  • Center: Name of the "Center", a collection facilities
  • Center Search Status: Public or...?
  • Facility: Name of the facility
  • FacilityURL
  • Occupied
  • Status
  • URL Link
  • Record Date
  • Last Update
  • Country
  • Location
  • City
  • State
  • Zipcode

Acknowledgements

This dataset was downloaded from https://data.nasa.gov/Management-Operations/NASA-Facilities/gvk9-iz74. The original file was modified to remove contact information for each facility.

Tables

Nasa Facilities

@kaggle.nasa_nasa_facilities.nasa_facilities
  • 27.19 KB
  • 485 rows
  • 14 columns
Loading...

CREATE TABLE nasa_facilities (
  "center" VARCHAR,
  "center_search_status" VARCHAR,
  "facility" VARCHAR,
  "facilityurl" VARCHAR,
  "occupied" VARCHAR,
  "status" VARCHAR,
  "url_link" VARCHAR,
  "record_date" VARCHAR,
  "last_update" VARCHAR,
  "country" VARCHAR,
  "location" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "zipcode" VARCHAR
);

Share link

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