Standardization
Standardization comes in two forms: ensuring general formatting standards and canonicalizing data. We lowercase all data and strip leading and trailing whitespace. This ensures normalization across all our data sources since raw data comes in a variety of capitalization formats. We also strip any leading or trailing punctuation that we have deemed non-essential. Many of our fields are canonicalized into standardized values.- For some fields, such as for majors and minors, this allows for standardized output and queryability
- For other fields our canonicalized data provides extra information (schools, companies and locations all are enhanced by our canonicalization techniques)
- For job titles in particular, we will attempt to map out acronyms to their full form
- For example, “ceo” becomes “chief executive officer”
- “MD” becomes “medical doctor” unless they are in a non-medical industry in which case “MD” becomes “managing director”
