google / patents-public-data

Patent analysis using the Google Patents Public Datasets on BigQuery
https://bigquery.cloud.google.com/dataset/patents-public-data:patents
Apache License 2.0
539 stars 163 forks source link

Description and claims are missing for JP patents data. #85

Open seijik42 opened 11 months ago

seijik42 commented 11 months ago

When I queried patent records for JP country_code like below, the description_localized.text and claims_localized.text were always NULL.

SELECT * FROM `patents-public-data.patents.publications` 
WHERE country_code = "JP"

Only abstract_localized is available but this is not enough for my use case. I'm not sure if this is an expected issue because Google Patents search can include both descriptions and claims in their results without any problem.

Can you help me if I'm missing something?