0
138
Cryptocurrency aggregator
Data Parsing
With the #requests #Python library received data of more than 8900 #cryptocurrencies (name, lower and upper price over the time) from https://coinmarketcap.com. Then, using the #pandas library extracted the data into a CSV file, convenient to analyze…