NASA Facilities
A dataset of NASA facility names and locations
@kaggle.nasa_nasa_facilities
A dataset of NASA facility names and locations
@kaggle.nasa_nasa_facilities
NASA has something like 400 different facilities across the United States! This dataset is a collection of those facilities and their locations.
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.
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
);Anyone who has the link will be able to view this.