| --- |
| license: apache-2.0 |
| task_categories: |
| - text-classification |
| language: |
| - en |
| tags: |
| - venture-capital |
| - investors |
| - angels |
| - partners |
| - profiles |
| pretty_name: VC Investors Index |
| size_categories: |
| - n<1K |
| --- |
| |
| # VC Investors Index — Preview |
|
|
| A concise preview of investor profiles that you can use to test ingestion and enrichment. The full dataset adds more attributes, coverage, and refreshes. Purchase at https://www.thedataoutlet.com. |
|
|
| > Buy the full dataset: https://www.thedataoutlet.com |
|
|
| --- |
|
|
| ## What you get in this preview |
|
|
| - A single CSV under 1,000 rows |
| - Names, firms, titles, locations, and social links where available |
|
|
| **File list** |
|
|
| - VCSheets_Investors.csv |
| |
| ## Quickstart |
| |
| import pandas as pd |
| df = pd.read_csv("VCSheets_Investors.csv") |
| df.head() |
| |
| ## Suggested schema |
| |
| | Column | Type | Notes | |
| |-------------------|--------|-------------------------------| |
| | Name | string | Full name | |
| | Firm | string | Current firm | |
| | Title | string | General Partner, Partner, etc.| |
| | City | string | | |
| | Country | string | | |
| | Email | string | If available | |
| | Website | string | Personal or firm page | |
| | LinkedIn | string | Profile URL | |
| | Twitter | string | Handle or URL | |
| | Focus | string | Stages or sectors | |
| | Notes | string | Free text | |
| | Date Accessed | string | Collection timestamp | |
| |
| ## Uses |
| |
| - Target lists for outreach and fundraising |
| - LP reporting and investor landscape analysis |
| - Training data for matching and NER |
| |
| ## Get the complete dataset |
| |
| We offer expanded coverage, normalization, and scheduled updates. |
| |
| Purchase here: https://www.thedataoutlet.com |
| |
| ## License and terms |
| |
| - Evaluation only. No redistribution. No resale. |
| - By using this preview you agree to the terms on the purchase page. |
| |
| ## Support |
| |
| Questions or custom requests? Reach out at https://www.thedataoutlet.com and mention “VC Investors Index”. |
| |