Current PandaInUniv Research Dataset
Snapshot dateJul 30, 2026
Completion years1926 to 2026
Largest subjectEconomics
Largest institutionUniversity of Chicago
| Column | Type | Description | Sample |
|---|
id | uuid | Unique identifier for each person | 0000ba91-697c-4187-8075-14b807887d1d |
name | text | Full name of the person (cleaned when available) | lee wilson |
gender | text | Inferred or listed gender when available | male |
| Column | Type | Description | Sample |
|---|
id | text | Unique identifier for each education record | 00002385-8dea-4f20-ba38-506abc64ae34 |
person_id | uuid | Foreign key linking to People table | 0b9539eb-b4af-42ca-b7f6-153fad62869f |
degree | text | Degree obtained (PhD, MS, BA, etc.) | phd |
subject | text | Broad discipline / subject area | Business |
field | text | Broader research field or specialization | economics |
program_id | text | Unique identifier for the program | 03ae2be8-357e-46a6-aa6d-36704ff4eaa1 |
program | text | Name of the academic program | management |
institution_id | text | Foreign key linking to Institution table | 774948a5-b4b3-4f67-866a-8a095e35ff39 |
year | integer | Year degree was awarded | 2019 |
| Column | Type | Description | Sample |
|---|
id | text | Unique identifier for each career record | 00005a7e-b586-406f-bb41-a20ad7696804 |
person_id | uuid | Foreign key linking to People table | f5e252d5-806e-4309-82ca-35d191c1d490 |
year | integer | Starting year of this career position | 2010 |
designation | text | Job title | author |
institution_id | text | Foreign key linking to Institution table | c782aaf9-cfba-46c8-9cf1-94b1ebca14ab |
| Column | Type | Description | Sample |
|---|
id | text | Unique identifier — matches institution_id in Education and Career | 00027b55-7d06-4c44-9324-45804af8dba4 |
name | text | Institution name (English, falling back to official name) | C2FO |
abbreviation | text | Common abbreviation when available | UofL |
type | text | Institution type (e.g. university) | technology |
country | text | Country the institution is located in | united states |
| Column | Type | Description | Sample |
|---|
education_id | text | Foreign key linking to the Education record | 000050ee-93a3-48d8-83da-0fa18bcd7519 |
name | text | Advisor / committee member name | Engelhardt |
role | text | Role on the committee (chair, committee, co-chair, …) | chair |