Currently I am trying basic excersises to learn python and transfer my stata knowledege to python.
This notebook is made for learning some basic python libraries and working with FRED API, as my first time utilizing the libraries I wanted to show the effect of the Trump's Administration liberation Day on the Euro Exchange rate and talk about its change over time. In this case is the Dollar to Euro exchange rate.
In this case we are talking about the value of the dollar falling and the euro becoming more expensive for Americans.
As you can see since the start of this year the exchange rate has changed from 1.07 to 1.13 this change is significant and small compared to past fluctiations. An interesting point of note as tariffs against countries increased the value of the
Utilizing pandas data frame some basic exploratory on a sample data of car usage. The data was pre clean by Kaggle but I learned more about data exploration, and is not as intimidating as it sounds.