Big Mac: Data Wrangling

"Exploring Big Mac Prices Across Currencies: A Hands-On Pandas Project for Data Analysts using Python."

This project focuses on analyzing and comparing Big Mac prices from the year 2000 to 2022 using the Python Pandas library and summary statistics data from three different currencies: Japanese Yen (JPY), Swedish Krona (SEK), and United States Dollar (USD).

The main objectives include extracting, cleaning, and analyzing the data from Kaggle, specifically emphasizing currency datasets. The project aims to provide a practical example for individuals interested in data science, financial analysis, or leveraging Kaggle as a data source.

Contents

  • Extracting the dataset from Kaggle into Pandas DataFrame

  • Identify and handle possible missing values

  • Prepare Bigmac DataFrames by specific currencies (SEK, JPY, USD)

  • Group data and use data binning on currency basis

  • Use summary statistics to gain basic insight of data

  • Combine cleaned datasets into one DataFrame

  • Export DataFrame from Jupyter Notebook to CSV or Excel file

Github Documentation

https://github.com/Akina-Aoki/Data-Science-Learning-Log/blob/3b216df005862e96a6d9ac4de25c39334b53d43a/Data%20Wrangling%20Bigmac.ipynb

Exploratory Data Analysis of BigMac coming soon!