Python 45
-
Bitcoin Prices (2013-2017) | Kaggle Bitcoin Prices (2013-2017) Information about Bitcoin Cryptocurrency www.kaggle.com 5-MA 이동평균선은 지난5일간의 평균을 그래프로 나타낸 그래프이다. 예를 들어 5월 30일의 5-MA 평균은 5월 26일 부터 30일까지를 데이터를 더하고 5로 나눈 평균값이 된다. Open 데이터를 추출했을 때 값이 반대로 정렬되어 있다. [::-1] 슬라이싱을 통해 반대로 만들어주고 그래프를 만들었다. Ethereum Historical Dataset | Kaggle Ethereum Historical Dataset Ethereum(ETH) 1-min,1-hour and day interv..
-
-
-
-
-
-
-
-
seaborn은 matplotlib의 상위 호환 데이터 시각화를 위한 라이브러리 seaborn은 데이터프레임으로 다양한 통계 지표를 낼 수 있는 시각화 차트를 제공하기 때문에 데이터 분석에 사용 https://seaborn.pydata.org/introduction.html An introduction to seaborn — seaborn 0.11.2 documentation Seaborn is a library for making statistical graphics in Python. It builds on top of matplotlib and integrates closely with pandas data structures. Seaborn helps you explore and understan..
-