Can PyAlex Authors() take multiple Author IDs and return multiple objects?
I have a dataframe of 400k OpenAlex Author IDs. I want to obtain the actual Author Name and Surname associated with the particular Author ID. Currently, I’m passing 1 author ID to the Authors() class and I only take the display_name from the response.
Can OpenAlex Authors() take multiple Author IDs and return multiple objects?
I have a dataframe of 400k OpenAlex Author IDs. I want to obtain the actual Author Name and Surname associated with the particular Author ID. Currently, I’m passing 1 author ID to the Authors() class and I only take the display_name from the response.