yfinance 배당데이터 에러1 파이썬으로 미국주식 배당금 데이터 가져오기 (TypeError: Cannot join tz-naive with tz-aware DatetimeIndex) 미국주식 배당금 데이터를 가져오다가 에러가 났습니다. /usr/local/lib/python3.10/dist-packages/pandas/core/indexes/base.py in join(self, other, how, level, return_indexers, sort) 4592 if (self.tz is None) ^ (other.tz is None): 4593 # Raise instead of casting to object below. -> 4594 raise TypeError("Cannot join tz-naive with tz-aware DatetimeIndex") 4595 4596 if not self._is_multi and not other._is_multi: TypeError: Can.. 2024. 4. 8. 이전 1 다음