CoolFace
Datasetpublic

calebheinzman/MIT_LinkedIns

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 import pandas as pd df… See the full description on the dataset page: https://huggingface.co/datasets/calebheinzman/MIT_LinkedIns.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes37downloads
Dataset Card

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()