Baselight

NASA's PATENTS

Patent of NASA's various labs.

@kaggle.ramjasmaurya_nasa_patents

Loading...
Loading...

About this Dataset

NASA's 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.

Tables

Nasa Patents

@kaggle.ramjasmaurya_nasa_patents.nasa_patents
  • 92.05 KB
  • 1393 rows
  • 6 columns
Loading...

CREATE TABLE nasa_patents (
  "center" VARCHAR,
  "status" VARCHAR,
  "case_number" VARCHAR,
  "application_sn" VARCHAR,
  "title" VARCHAR,
  "patent_expiration_date" VARCHAR
);

Share link

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