R01_be_founders_source
field |
type |
description |
---|---|---|
ind_id |
int64 |
Unique entrepreneur id |
ind_lnm |
string |
Entrepreneur’s last name |
ind_fnm |
string |
Entrepreneur’s first name |
org_nm |
string |
(CB) Organization name |
team_id |
float64 |
|
filenr |
int64 |
|
name_collector |
string |
Name of the job student that (manually) collected LinkedIn data about the entrepreneur in this row |
date_collected |
string |
Collection date |
startti |
string |
Starting time of data collection |
endti |
string |
Ending time of data collection |
org_ty |
float64 |
|
org_fy |
float64 |
|
org_weburl |
string |
|
org_liurl |
string |
|
org_Sirris |
float64 |
|
org_BF |
string |
|
ind_male |
dummy |
Equals 1 if the entrepreneur is male, and 0 otherwise |
ind_liurl |
string |
|
ind_weburl |
string |
|
ind_KBO |
float64 |
|
ind_BF |
string |
|
ind_BF_m<*>_nm |
string |
|
ind_BF_m<*>_jt |
string |
|
ind_BF_m<*>_dt |
string |
|
exp<*>_org |
string |
Job experience: name of the organization where the entrepreneur worked at (raw; src: LinkedIn). All ‘exp<*>’ entries with the same number (<*>) refer to the same position. |
exp<*>_sy |
float64 |
Job experience: starting date in this position (raw; src: LinkedIn) |
exp<*>_ey |
float64 |
Job experience: ending date at this position (raw; src: LinkedIn) |
exp<*>_jt |
string |
Job experience: job title (raw; src: LinkedIn) |
edu<*>_org |
string |
Education: name of the organization where the entrepreneur studied (raw; src: Linkedin). All ‘edu<*>’ entries with the same number (<*>) refer to the same study |
edu<*>_prg |
string |
Education: name of the study program (raw; src: Linkedin) |
edu<*>_sy |
float64 |
Education: starting year of the study program |
edu<*>_ey |
float64 |
Education: ending year of the study program |
person_uuid |
string |
Crunchbase unique person id |
name |
string |
Full name of the entrepreneur |
type |
string |
Entrepreneur’s type |
permalink |
string |
Entrepreneur’s LinkedIn permalink |
cb_url |
string |
Crunchbase url of the entrepreneur’s site |
rank |
int64 |
Entrepreneur’s Crunchbase rank |
created_at |
string |
|
updated_at |
string |
|
gender |
string |
Entrepreneur’s gender |
country_code |
string |
Entrepreneur’s country code |
state_code |
float64 |
Entrepreneur’s state |
region |
string |
Entrepreneur’s region |
city |
string |
Entrepreneur’s city |
featured_job_organization_uuid |
string |
Crunchbase organization id of the entrepreneur’s featured job |
featured_job_organization_name |
string |
Crunchbase organization name of the entrepreneur’s featured job |
featured_job_title |
string |
Title of the entrepreneur’s featured job |
facebook_url |
string |
Entrepreneur’s Facebook account url |
twitter_url |
string |
Entrepreneur’s Twitter account url |
logo_url |
string |
|
job_uuid |
string |
|
job_name |
string |
|
job_type |
string |
|
job_permalink |
string |
|
job_cb_url |
string |
|
job_created_at |
string |
|
job_updated_at |
string |
|
org_uuid |
string |
|
founding_year |
float64 |
Company founding year |
job_started_on |
string |
|
job_ended_on |
string |
|
job_is_current |
dummy |
|
job_title |
string |
|
job_job_type |
string |
Type of the job role described in job_title (src: Crunchase) |
CBunknown |
float64 |
|
ind_org_id |
int64 |
|
exp_nr |
int64 |
|
edu_nr |
int64 |
|
exp_edu_nr |
int64 |
|
row |
int64 |
R02_edu_source
field |
type |
description |
---|---|---|
ind_id |
int64 |
Unique entrepreneur id |
name |
string |
Full name of the entrepreneur |
edu_org |
string |
Name of the organization where the entrepreneur studied (raw) |
edu_prg |
string |
Name of the study program (raw) |
edu_sy |
float64 |
Study program starting year |
edu_ey |
float64 |
Study program ending year |
row |
float64 |
|
seq |
float64 |
Sequence number. Indicates the order of occurrence of the work/education experiencce (after imputing exp_ey with 2020 in the case of ongoing work experiences). |
R03_exp_source
field |
type |
description |
---|---|---|
ind_id |
int64 |
Unique entrepreneur id |
name |
string |
Full name of the entrepreneur |
exp_org |
string |
Name of the organization where the entrepreneur has work experience (as a founder or employee) |
exp_sy |
float64 |
Work experience starting year |
exp_ey |
float64 |
Work experience end year. Note: the variable takes the value 2020 for work experiences that were ongoing at the time of data collection (ca. 2020). |
exp_jt |
string |
Job title |
row |
float64 |
|
seq |
float64 |
Sequence number. Indicates the order of occurrence of the work/education experiencce (after imputing exp_ey with 2020 in the case of ongoing work experiences). |
job_job_type |
string |
Type of the job role described in job_title (src: Crunchase) |