데이터분석/Pandas
데이터프레임 그룹바이 - groupby()
Kc93
2024. 1. 25. 15:20
728x90
반응형
dataframe.groupby(["컬럼1","컬럼3"]).agg({"컬럼2":"sum","컬럼4":"mean"})
반응형