Data Analysis
How Public Expenditure Affects Unemployment
In this article, I developed a linear regression model to help us understand how different public expenditure programs implemented by the government affect labor market dynamics, particularly the unemployment rate. The model was built using Python, primarily with the statsmodels library, along with other supporting libraries such as pandas and Read more…
Data Analysis
Climate Change Explained
This article reviews the most reliable data on climate change and transforms it into information through a wide and varied set of visualizations created using Python. I utilized matplotlib and seaborn, along with supporting libraries such as pandas, numpy, and pycountry, to clean and prepare the data for analysis. Throughout Read more…