| --- |
| license: apache-2.0 |
| task_categories: |
| - text-classification |
| language: |
| - en |
| tags: |
| - crunchbase |
| - people |
| - founders |
| - investors |
| - profiles |
| pretty_name: Crunchbase People Profiles |
| size_categories: |
| - 1K<n<10K |
| --- |
| |
| # Crunchbase People Profiles — Preview |
|
|
| A small slice of Crunchbase person records to validate schema and pipeline steps. For the full dataset with broader coverage and refreshes, go to **https://www.thedataoutlet.com**. |
|
|
| > **Buy the full dataset:** https://www.thedataoutlet.com |
|
|
| ## What’s inside |
|
|
| - One CSV with 99 rows and 25 columns. |
| - Role counts, org links, social profiles, and basic demographics where available. |
|
|
| **File list** |
|
|
| - `Crunchbase_People.csv` 99 rows |
|
|
| ## Quickstart |
|
|
| Load with `datasets`: |
|
|
| ```python |
| from datasets import load_dataset |
| ds = load_dataset("csv", data_files="Crunchbase_People.csv", split="train") |
| ds[0] |
| ``` |