Imports data from API. I constructed a for loop based on the offset divided by the page limit. The ratio in the documentation was offset 20: limit 1 (returns the second page). Each result is saved in a seperate JSON file with 50 records per file.
Structures data by looping through JSON Files and pulling out the relevant data. Creates a table with artists information (SAAM_ArtistTable).
An attempt to extract ULAN IDs for each artist, construct ULAN uri (.json file), import results and identify nationality information.
Challenges:
Challenges:
I pulled each artist's WikiData ID and extracted ethnicity data from the "ethnic group" field, creating a new CSV file for all the people of color (ie non-white artists).