Carrying on from my last introduction, Using Python and Pandas to Analyse Cryptocurrencies with CoinAPI, I would like to take this even further with some custom functions. Please do note that the information below is what I find interesting when it comes to analysing data so it may not suit your needs and requirements. Things […]
Category: Data Analysis
I want to go through how you can use Python along with Pandas to analyse different cryptocurrencies using CoinAPI. While trading cryptocurrencies may not be to every bodies fancy, I still feel it’s a good real-world example to get you started. The Tutorial I’m not going to go through the process of setting up Python. […]