chsop / team4_wanted_onboarding

Team 4 온보딩 코스 과제를 위한 main 저장소입니다.
7 stars 7 forks source link

[CREATE] 유니콘 기업 분석_Team4 #28

Closed jaehwan2 closed 3 years ago

jaehwan2 commented 3 years ago

유니콘 기업 분석을 위한 BASE CODE 전달드립니다.

상단 EDA에서 이상치 제외 처리 완료하였고, 우리가 왜 성장률 기준으로 보는지 마크다운으로 내용 추가하였습니다.

전달드리는 내용에 대해 의견 있으시면 편하게 말씀해주시기 바랍니다~!

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 3 years ago

View / edit / reply to this conversation on ReviewNB

jaehwan2 commented on 2021-05-05T02:52:56Z ----------------------------------------------------------------

필터링에 문제가 있네요..

아래와 같이 수정 후 진행해주세요~!

wanted_nps_df = wanted_nps_df.drop(index=wanted_nps_df.query(‘연매출액 < 0’).index)

wanted_nps_df = wanted_nps_df.drop(index=wanted_nps_df.query(‘월별_직원수 == 0’).index)