• Utilized the CoinMarketCap API to pull data (price trajectory over time, last price, etc.) about various Cryptocurrency coins (Bitcoin, Ethereum, Cardano etc.)
• Utilized the Python Pandas library to parse the data and transform the API's data into a Pandas Dataframe
• Implemented a Python script that automates the API data pull process, and sends the user a CSV file containing the info displayed by the API
• Python
• Pandas
• Seaborn
• Jupyter Notebook containing code necessary to run the API call and parse the data into a dataframe/CSV file
• CSV file sent to user after running the Python script concurrently with the API call