codewithleo1103 / DataScience_FacebookxCoderSchool

0 stars 0 forks source link

Assignment - 02: Pandas & Seaborn #2

Open thanhhff opened 4 years ago

thanhhff commented 4 years ago

Nhận xét:

top5 = sal['JobTitle'].value_counts()[:5]

sal[sal['JobTitle'].isin(top5.index)].groupby('JobTitle').mean()[['BasePay', 'Benefits', 'OvertimePay']].plot(kind='barh')
codewithleo1103 commented 4 years ago

Oh, I'm completing now, thanks TA

Vào 20:07, Th 2, 20 thg 7, 2020 Thanh Nguyen notifications@github.com đã viết:

Nhận xét:

  • Phần được yêu cầu bạn làm oke rồi nhé!
  • Phần Bonus bạn có thể tham khảo

top5 = sal['JobTitle'].value_counts()[:5]

sal[sal['JobTitle'].isin(top5.index)].groupby('JobTitle').mean()[['BasePay', 'Benefits', 'OvertimePay']].plot(kind='barh')

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DinhHuySang/DataScience_FacebookxCoderSchool/issues/2#issuecomment-661027917, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALUAPLAXNG4K2UXJN5MCSXDR4Q6SDANCNFSM4PAVK2RQ .