NASA's PATENTS
Patent of NASA's various labs.
@kaggle.ramjasmaurya_nasa_patents
Patent of NASA's various labs.
@kaggle.ramjasmaurya_nasa_patents
NASA's various labs patent dataset is taken from https://www.nasa.gov/
the dataset has 6 columns each columns details are given below:
Center means lab where the patent was released
Status means the status of patent
The case number of patent
application number
name of the patent in the form of title
Patent expiration.
CREATE TABLE nasa_patents (
"center" VARCHAR,
"status" VARCHAR,
"case_number" VARCHAR,
"application_sn" VARCHAR,
"title" VARCHAR,
"patent_expiration_date" VARCHAR
);Anyone who has the link will be able to view this.