USPTO Climate-Positive Patent Abstracts (CPC Y02)
Patent abstracts in the CPC Y02 category (Climate Change Mitigation Technology)
@kaggle.mattisbodynek_uspto_climate_positive_patent_abstracts_cpc_y02
Patent abstracts in the CPC Y02 category (Climate Change Mitigation Technology)
@kaggle.mattisbodynek_uspto_climate_positive_patent_abstracts_cpc_y02
Around 12,000 US Patents in the Y02 category (renewable energy and climate change mitigation technologies).
The upload dates range from 01/2018 to 04/2024.
The patents were scraped from the USPTO full-text patent grants website, which is publicly available but can be hard to use. We applied some preprocessing (filtering of unwanted tags, removal of images, file concatenation...) to create this lightweight dataset.
CREATE TABLE uspto_abstracts (
"patent_id" VARCHAR,
"uspto_upload_date" TIMESTAMP,
"cpc_codes" VARCHAR,
"abstract" VARCHAR
);
Anyone who has the link will be able to view this.