Skip to content

Occupations

Alex Simoes edited this page Dec 26, 2016 · 3 revisions

classification.csv

Column Descriptions

Column ID Description
occupation unique occupation (corresponds to person's occupation)
industry middle level nesting
domain top level of nesting
group top level of nesting

Sample Rows

(first 5 rows)

occupation industry domain group
FASHION DESIGNER DESIGN ARTS FINE ARTS
GAME DESIGNER DESIGN ARTS FINE ARTS
DESIGNER DESIGN ARTS FINE ARTS
COMIC ARTIST DESIGN ARTS FINE ARTS
ARCHITECT DESIGN ARTS FINE ARTS

...

(last 5 rows)

occupation industry domain group
GO PLAYER INDIVIDUAL SPORTS SPORTS OTHER
POKER PLAYER INDIVIDUAL SPORTS SPORTS OTHER
OCCULTIST MEDIA PERSONALITY PUBLIC FIGURE OTHER
RUGBY PLAYER TEAM SPORTS SPORTS SPORTS
INSPIRATION MEDIA PERSONALITY PUBLIC FIGURE OTHER

Pandas import

pd.read_csv("raw/classification.csv", sep=",", na_values="null", true_values="true", false_values="false")
Clone this wiki locally