Closed jaehwan2 closed 3 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
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)
유니콘 기업 분석을 위한 BASE CODE 전달드립니다.
상단 EDA에서 이상치 제외 처리 완료하였고, 우리가 왜 성장률 기준으로 보는지 마크다운으로 내용 추가하였습니다.
전달드리는 내용에 대해 의견 있으시면 편하게 말씀해주시기 바랍니다~!