concat사용시 오류
concat에 3개이상 데이터 프레임 넣을때 리스트 형태로 넣어줘야함
chicago_df = pd.concat( [chicago_df_1 , chicago_df_2 , chicago_df_3] )
concat사용시 오류
concat에 3개이상 데이터 프레임 넣을때 리스트 형태로 넣어줘야함
chicago_df = pd.concat( [chicago_df_1 , chicago_df_2 , chicago_df_3] )