Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
seijik42 opened this issue Oct 9, 2023 · 0 comments
Open

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

seijik42 opened this issue Oct 9, 2023 · 0 comments

Comments

@seijik42
Copy link

seijik42 commented Oct 9, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant