Advertisement
mmyjh86

[파이스탁-CAFE] pybithumb datetime 오류

Sep 27th, 2020
1,368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. import pybithumb
  2.  
  3. df = pybithumb.get_candlestick('BTC')  
  4. df.index = df.index.tz_localize(None)
  5. df.to_excel('btc.xlsx')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement