An open API service indexing awesome lists of open source software.

https://github.com/code-str8/frankfurter_api_data

Retrieving data from API , normalizing the data ( df ) and visualizing the data
https://github.com/code-str8/frankfurter_api_data

Last synced: 11 months ago
JSON representation

Retrieving data from API , normalizing the data ( df ) and visualizing the data

Awesome Lists containing this project

README

          

# Frankfurter_API_data
Retrieving data from API , normalizing the data ( df ) and visualizing the data using a line plot

## Description
In terms of naming conventions, consider using names that describe the purpose or function of the variable or code. For example, you might consider renaming 'df' to 'exchange_rates_df' or 'historical_eur_exchange_rates_df'. This can make the code more readable and understandable.