| --- |
| license: apache-2.0 |
| task_categories: |
| - text-classification |
| language: |
| - en |
| tags: |
| - mit |
| - alumni |
| - linkedin |
| - founders |
| - engineers |
| - people |
| pretty_name: MIT LinkedIn Profiles |
| size_categories: |
| - n<1K |
| --- |
| |
| # MIT LinkedIn Profiles — Preview |
|
|
| A small set of MIT-affiliated LinkedIn profiles to test enrichment and matching workflows. For the full dataset with broader coverage and updates, see **https://www.thedataoutlet.com**. |
|
|
| > **Buy the full dataset:** https://www.thedataoutlet.com |
|
|
| ## What’s inside |
|
|
| - One Excel file with 60 rows and 11 columns. |
| - Person names, education, location, and current role. |
|
|
| **File list** |
|
|
| - `MIT_LinkedIns.xlsx` 60 rows |
|
|
| ## Quickstart |
|
|
| ```python |
| import pandas as pd |
| df = pd.read_excel("MIT_LinkedIns.xlsx", sheet_name="Sheet1") |
| df.head() |