ohlc()
CODEDRAGON ㆍDevelopment/Python
반응형
ohlc()
· resample()의 보조함수입니다.
· 각 그룹에 대한 시고저종(시가, 고가 저가, 종가; open, high, low, close)값을 구해줍니다.
Resampler.ohlc(self, _method='ohlc', *args, **kwargs) |
'Development > Python' 카테고리의 다른 글
Python Wheels (0) | 2020.02.14 |
---|---|
pip 명령어 (0) | 2020.02.14 |
메서드 오버라이딩(Overriding) (0) | 2020.02.14 |
norm() (0) | 2020.02.13 |
Pandas 시각화 (0) | 2020.02.13 |