J535D165 / pyalex

A Python library for OpenAlex (openalex.org)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter

Nicolas0208 opened this issue · comments

Hey, i would like to filter institutions by country and count them.
I know this : Works().filter(institutions={"country_code": "fr"}).count()

I would like to have all country combinations of works with at least one French institutions.
How can i get that ?

Thanks !