We now need to determine which cohort companies we have timing information for and which we don't - and use demo days to get the info we are missing!
==Getting Timing info for Companies Who Got VC==
SELECT COUNT(*) FROM CohortCoExtended WHERE year IS NOT NULL AND quarter IS NOT NULL AND gotvc=1;
count
-------
661
(1 row)
vcdb2=# SELECT COUNT(*) FROM CohortCoExtended WHERE year IS NOT NULL AND gotvc=1;
count
-------
684
(1 row