Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,18 +6,18 @@ language:
|
|
| 6 |
- en
|
| 7 |
tags:
|
| 8 |
- venture-capital
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
- aum
|
| 12 |
- investors
|
| 13 |
-
|
|
|
|
| 14 |
size_categories:
|
| 15 |
- n<1K
|
| 16 |
---
|
| 17 |
|
| 18 |
-
# VC
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
> Buy the full dataset: https://www.thedataoutlet.com
|
| 23 |
|
|
@@ -25,49 +25,51 @@ A small sample of VC funds associated with unicorn companies, suitable for quick
|
|
| 25 |
|
| 26 |
## What you get in this preview
|
| 27 |
|
| 28 |
-
-
|
| 29 |
-
-
|
| 30 |
|
| 31 |
**File list**
|
| 32 |
|
| 33 |
-
-
|
| 34 |
|
| 35 |
## Quickstart
|
| 36 |
|
| 37 |
import pandas as pd
|
| 38 |
-
df = pd.read_csv("
|
| 39 |
df.head()
|
| 40 |
|
| 41 |
## Suggested schema
|
| 42 |
|
| 43 |
-
| Column
|
| 44 |
-
|-----------------|--------|----------------------------------------
|
| 45 |
-
|
|
| 46 |
-
|
|
| 47 |
-
|
|
| 48 |
-
|
|
| 49 |
-
| Category
|
| 50 |
-
|
|
| 51 |
-
|
|
| 52 |
-
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
## Uses
|
| 55 |
|
| 56 |
-
-
|
| 57 |
-
-
|
| 58 |
-
-
|
| 59 |
|
| 60 |
## Get the complete dataset
|
| 61 |
|
| 62 |
-
|
| 63 |
|
| 64 |
Purchase here: https://www.thedataoutlet.com
|
| 65 |
|
| 66 |
## License and terms
|
| 67 |
|
| 68 |
- Evaluation only. No redistribution. No resale.
|
| 69 |
-
-
|
| 70 |
|
| 71 |
## Support
|
| 72 |
|
| 73 |
-
|
|
|
|
| 6 |
- en
|
| 7 |
tags:
|
| 8 |
- venture-capital
|
| 9 |
+
- portfolio
|
| 10 |
+
- startups
|
|
|
|
| 11 |
- investors
|
| 12 |
+
- holdings
|
| 13 |
+
pretty_name: VC Portfolio Companies
|
| 14 |
size_categories:
|
| 15 |
- n<1K
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# VC Portfolio Companies — Preview
|
| 19 |
|
| 20 |
+
This preview contains a subset of investor portfolio holdings with firm names, company links, and basic attributes. It is meant for validation and pipeline tests. For the complete dataset and updates, go to https://www.thedataoutlet.com.
|
| 21 |
|
| 22 |
> Buy the full dataset: https://www.thedataoutlet.com
|
| 23 |
|
|
|
|
| 25 |
|
| 26 |
## What you get in this preview
|
| 27 |
|
| 28 |
+
- A single CSV under 1,000 rows
|
| 29 |
+
- Portfolio mappings from firms to companies
|
| 30 |
|
| 31 |
**File list**
|
| 32 |
|
| 33 |
+
- VC_Portfolio_Companies.csv
|
| 34 |
|
| 35 |
## Quickstart
|
| 36 |
|
| 37 |
import pandas as pd
|
| 38 |
+
df = pd.read_csv("VC_Portfolio_Companies.csv")
|
| 39 |
df.head()
|
| 40 |
|
| 41 |
## Suggested schema
|
| 42 |
|
| 43 |
+
| Column | Type | Notes |
|
| 44 |
+
|------------------|--------|----------------------------------------|
|
| 45 |
+
| Firm | string | VC or investor name |
|
| 46 |
+
| Firm Website | string | Optional |
|
| 47 |
+
| Company | string | Portfolio company |
|
| 48 |
+
| Company Website | string | |
|
| 49 |
+
| Category | string | Sector or tag |
|
| 50 |
+
| Stage | string | Seed, A, B, growth, etc. |
|
| 51 |
+
| HQ City | string | |
|
| 52 |
+
| HQ Country | string | |
|
| 53 |
+
| Source | string | Link to announcement or firm page |
|
| 54 |
+
| Date Accessed | string | Collection timestamp |
|
| 55 |
|
| 56 |
## Uses
|
| 57 |
|
| 58 |
+
- Portfolio overlap and competitor mapping
|
| 59 |
+
- Sourcing by firm, stage, and category
|
| 60 |
+
- Enrichment for CRM and research projects
|
| 61 |
|
| 62 |
## Get the complete dataset
|
| 63 |
|
| 64 |
+
We provide deeper coverage, additional fields, and scheduled refreshes.
|
| 65 |
|
| 66 |
Purchase here: https://www.thedataoutlet.com
|
| 67 |
|
| 68 |
## License and terms
|
| 69 |
|
| 70 |
- Evaluation only. No redistribution. No resale.
|
| 71 |
+
- Terms apply as listed on the purchase page.
|
| 72 |
|
| 73 |
## Support
|
| 74 |
|
| 75 |
+
Contact us at https://www.thedataoutlet.com and mention “VC Portfolio Companies”.
|