calebheinzman commited on
Commit
5cf7086
·
verified ·
1 Parent(s): fc80e74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -26
README.md CHANGED
@@ -6,18 +6,18 @@ language:
6
  - en
7
  tags:
8
  - venture-capital
9
- - funds
10
- - unicorns
11
- - aum
12
  - investors
13
- pretty_name: VC Funds With Unicorn Holdings
 
14
  size_categories:
15
  - n<1K
16
  ---
17
 
18
- # VC Funds With Unicorn Holdings — Preview
19
 
20
- A small sample of VC funds associated with unicorn companies, suitable for quick exploration and schema validation. To purchase the full dataset with broader coverage and regular updates, see https://www.thedataoutlet.com.
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
- - One CSV under 1,000 rows
29
- - Fund identities, select unicorns, and reference links
30
 
31
  **File list**
32
 
33
- - VCSheets_Funds_Unicorn.csv
34
 
35
  ## Quickstart
36
 
37
  import pandas as pd
38
- df = pd.read_csv("VCSheets_Funds_Unicorn.csv")
39
  df.head()
40
 
41
  ## Suggested schema
42
 
43
- | Column | Type | Notes |
44
- |-----------------|--------|-----------------------------------------|
45
- | Fund | string | VC firm or fund vehicle |
46
- | Unicorn | string | Company name |
47
- | Round | string | Entry round if known |
48
- | Year | int | Year of round or milestone |
49
- | Category | string | Sector |
50
- | Country | string | Company HQ or fund region |
51
- | Source | string | Link to reference |
52
- | Date Accessed | string | Collection timestamp |
 
 
53
 
54
  ## Uses
55
 
56
- - Mapping funds with unicorn exposure
57
- - Narrative building for LP updates
58
- - Cross checking against portfolios and press
59
 
60
  ## Get the complete dataset
61
 
62
- The paid version includes more rows, cleaner joins, and ongoing refreshes.
63
 
64
  Purchase here: https://www.thedataoutlet.com
65
 
66
  ## License and terms
67
 
68
  - Evaluation only. No redistribution. No resale.
69
- - Use implies acceptance of terms on the purchase page.
70
 
71
  ## Support
72
 
73
- Questions or custom fields? Contact us via https://www.thedataoutlet.com and mention “VC Funds With Unicorn Holdings”.
 
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”.