Tag: data_analysis
-
Analyzing FRED Data in Python – A Quickstart Guide
The Federal Bank of St. Louis (FRED) has one of the largest free databases of economic data. It’s an excellent and trusted data source to use for financial analysis. The Pandas Datareader package makes it so easy to start analyzing the data with a few lines of code in Python.
-
Importing and Analyzing TSA Throughput data in Python
The TSA has started to publish the daily volume of passengers going through checkpoints on its website. The data set also includes the numbers from 2019 in order to measure the impact of travel as a result of COVID-19. It’s a really interesting leading indicator of a recovery in the travel sector. In this post,…
-
Create a Pandas Dataframe from Two or More Lists
You might encounter this if you simply have a python file of lists or you may have a list from webscraping.