기술 성공, 실패 기록소

df cumprod() 본문

프로그래밍언어/python

df cumprod()

sunlab 2021. 7. 19. 02:54
728x90

https://www.w3resource.com/pandas/dataframe/dataframe-cumprod.php

 

Pandas DataFrame: cumprod() function - w3resource

Pandas DataFrame - cumprod() function: The cumprod() function is used to return cumulative product over a DataFrame or Series axis.

www.w3resource.com

 

'프로그래밍언어 > python' 카테고리의 다른 글

dataframe sort_index  (0) 2021.08.11
dataframe values  (0) 2021.08.10
df pct_change  (0) 2021.07.19
코루틴과 태스크  (0) 2021.07.07
asyncio로 비동기 처리하기  (0) 2021.07.07