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
- Host: GitHub
- URL: https://github.com/code-str8/frankfurter_api_data
- Owner: Code-str8
- License: mit
- Created: 2023-10-27T00:36:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T20:25:44.000Z (about 2 years ago)
- Last Synced: 2025-02-06T10:29:33.333Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.