728x90
groupby
-
Python/Pandas/GroupBy코딩/Python 2024. 7. 13. 00:22
https://pandas.pydata.org/pandas-docs/stable/user_guide/groupby.html# 번역본Group by: split-apply-combine / 그룹화: 분할-적용-결합By “group by” we are referring to a process involving one or more of the following steps:Splitting the data into groups based on some criteria.Applying a function to each group independently.Combining the results into a data structure."그룹화"는 다음 단계 중 하나 이상을 포함하는 프로세스를 의미한다.일부 기준에 ..