Welcome to the Data Analysis Projects repository! This collection features various data analysis projects using Python, designed for learning and improving data analysis skills.
This repository highlights different data analysis projects utilizing Python, with a focus on ARIMA time series analysis and supply chain optimization.
Each project includes thorough analysis, implementation, and visualization using popular Python libraries.
- This project delves into ARIMA (AutoRegressive Integrated Moving Average) models for time series forecasting. It covers model fitting, diagnostics, and predictions using real-world datasets.
- Libraries Used:
pandas
,numpy
,matplotlib
,statsmodels
- File: arima.ipynb
- The project Presents an analysis of lead conversion data collected from a travel booking company. The dataset includes various attributes related to leads, their sources, assigned agents, enquiry destinations, and the outcomes of these leads.
- Libraries Used:
pandas
,numpy
,matplotlib
sqlite3
- File: conversions.ipynb
- Provides a comprehensive analysis of the Summer and Winter Olympic athletes and their results from 1896 to 2022.
- Libraries Used:
pandas
,numpy
,matplotlib
,sqlite3
,os
- File: clean_data.ipynb
and many more to come...
To run the projects locally, follow these steps:
- Clone the repository:
git clone https://github.com/dakshbhatnagar/projects.git cd projects
- Navigate to your folder of choice:
cd Your_Folder_Of_Choice
- Install the required Python libraries:
pip install -r requirements.txt
Navigate to each project directory and open the Jupyter Notebook files to view detailed analysis, code, and visualizations.
Happy Exploring!!