학교공부/pandas (1) 썸네일형 리스트형 pandas airbnb 실습 airbnb data로 set 만들기 1. Dataframe: listing each room_id, host_id with total score in two sorting ways 1) index = (room_id, host_id) 2) column = total_score: overall_satisfaction + reviews * 0.378 3) output = 1. sorted total_score in ascending 2. sorted total_score in descending = sorted_total_score_ascend.csv, sorted_total_score_descend.csv df_1 = df_air df_1['total_score'] = df_air['overall_sat.. 이전 1 다음