The central objective of this project is to visualize and analyze the historical trade flows of Argentina across different presidential administrations and in the context of significant (inter)national events. By examining these trade patterns, I aim to gain insights into how political leadership and major events have influenced Argentina's trade dynamics.
This project relies on two primary data sources to provide a comprehensive view of Argentina's trade history:
- FRED (Federal Reserve Economic Data): We utilize the FRED API to access and incorporate economic data relevant to the analysis. FRED provides a valuable source of economic indicators and statistics that help us understand the broader economic context.
- INDEC (Instituto Nacional de Estadística y Censos): INDEC has recently made available new datasets that are instrumental for this study. These datasets enable us to delve deeper into Argentina's trade history and provide a more nuanced analysis of trade flows during specific periods.
- Create a file named
api_key.py
in the project's main directory. - Within
api_key.py
, declare a variable namedfredApiKey
and assign it a string containing your FRED API key.
pythonCopy codeApiKey = "your_api_key_here"
Replace "your_api_key_here"
with your actual FRED API key.
To initiate the analysis and generate visualizations of Argentina's trade history throughout different presidencies and significant events, you can run either the main.sh
or main.py
script provided in the project directory. These scripts utilize data from both FRED and INDEC to create a comprehensive overview of Argentina's trade flows.
Ensure that you have all the necessary dependencies and libraries installed to run the scripts successfully. Periodically update your data sources to maintain the relevance and accuracy of your analysis.
Through this project, I aim to uncover valuable insights into the complex relationship between political leadership, significant events, and Argentina's trade dynamics, contributing to a deeper understanding of the country's economic history.