Skip to content

Revelio vendor data

Revelio Labs supplies the worker histories, employment positions, worker attributes, and company records used by the project.

Source: Revelio Labs Workforce Data, version 6.0
Access: Stanford Graduate School of Business Library
Citation: DOI 10.71778/V2DW-7A53
Storage: /data/revelio/

Files used

Dataset name File pattern Grain Project use
Revelio positions revelio_individual_position_*.parquet Position Employment dates, firms, roles, seniority, and modeled compensation
Revelio workers revelio_individual_user_*.parquet Worker Demographics, location, and names used by specialized matching
Revelio education revelio_individual_user_education_*.parquet Education record Worker education enrichment
Revelio company reference revelio_individual_company_ref.parquet Firm Company identifiers and names used for matching
Revelio company mapping company_mapping/*.parquet Firm Canonical company attributes and descriptions

The delivered files are Parquet shards such as:

/data/revelio/
  revelio_individual_position_00.parquet ... _19.parquet
  revelio_individual_user_00.parquet ... _04.parquet
  revelio_individual_user_education_00.parquet ... _01.parquet
  revelio_individual_company_ref.parquet
  company_mapping/*.parquet

Important identifiers are user_id, position_id, and rcid. Downstream processed datasets rename rcid to company_id.

The main employment pipeline begins with the US employment-position records. Company and worker source files are also read directly by specialized matching pipelines when names or fields omitted from the canonical processed contract are required.

Vendor files are immutable inputs. Filters, joins, and derived fields belong in project-owned datasets.