Бинарная таблица DataFrame

df_pivot =  df2.pivot_table(index='Job_posting_ID', columns='SKILL', aggfunc=len, fill_value=0)
Impossible Impala