binary table dataframe

25

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

Comments

Submit
0 Comments