[Python] itertools 라이브러리 활용

ZZY·2022년 10월 26일
0

Python

목록 보기
4/5

출처

1. Product(데카르트곱)


===========================================================

2. Permutation(순열)

===========================================================

3. Combination(조합)


===========================================================

4. Accumulate(누적연산)

4.1. 누적합


4.2. 누적곱


===========================================================

5. Groupby(key옵션을 기준으로 그룹화)

===========================================================

6. Infinite(무한반복자)

6.1. count

6.2. cycle

6.3. repeat

===========================================================

7. 결론

profile
안녕하세요

0개의 댓글