This project focuses on analyzing the correlations between gold prices and crude oil prices across major economies from 1983 to 2020. The dataset for this analysis is sourced from Kaggle, and authentication is required to access the dataset.
- Python: Data analysis and visualization are performed using Python programming language.
- Pandas: For data manipulation and analysis.
- Matplotlib and Seaborn: Used for creating visualizations to better understand the trends.
- Kaggle API: Utilized for accessing the dataset.
To access the dataset from Kaggle, follow these steps:
- Go to Kaggle Account Settings.
- Download your Kaggle API key as a
kaggle.json
file. - Place the
kaggle.json
file inside the/project/
directory.
Filepath: /project/kaggle.json
{
"username": "par****a",
"key": "dc5c*******************01"
}
Before running the analysis pipeline, ensure that the pipeline script has execute permissions. Run the following command:
chmod +x ./project/pipeline.sh
Navigate to the project directory and execute the pipeline script:
cd project && ./pipeline.sh
If you want to run the test pipeline, grant execute permissions to the test script:
chmod +x ./project/tests.sh
Navigate to the project directory and execute the test script:
cd project && ./tests.sh
Explore the detailed analysis report here.
This project aims to provide insights into the relationships between gold and crude oil prices, offering a comprehensive analysis of economic trends over the specified period. Feel free to explore and contribute to the analysis.