Home
Softono
stock-data-analysis

stock-data-analysis

Open source Python
11
Stars
5
Forks
10
Issues
1
Watchers
1 year
Last Commit

About stock-data-analysis

Exploratory data analysis (EDA) of stock quantities and issue trends using Python.

Platforms

Web Self-hosted

Languages

Python

Links

stock-data-analysis

πŸ“Š Stock Data Analysis This repository contains a comprehensive Exploratory Data Analysis (EDA) of stock inventory data over two consecutive years (2022 and 2023). The analysis includes data cleaning, summary statistics, correlation analysis, and insightful visualizations to understand trends and patterns in stock management.

πŸ” Overview The project aims to:

Clean and preprocess raw Excel data.

Compare opening stock levels between 2022 and 2023.

Analyze issue quantity distributions.

Identify the most frequently issued materials.

Visualize changes in stock over time.

πŸ“ Dataset The dataset (sheettt1.xlsx) is assumed to contain columns such as:

MAIN_STORE_ITEMS

STOCK_QTY_AS_ON__01.04.2022

OPENING_STOCK_01.04.2022

STOCK_QTY_AS_ON__01.04.2023

OPENING_STOCK_01.04.2023

ISSUE_QTY

MATERIAL_DESCRIPTION, etc.

Note: The dataset is not included in this repo for privacy reasons. Please update the file path in the code to match your local setup.

πŸ“¦ Libraries Used pandas – Data manipulation

matplotlib – Static data visualization

seaborn – Statistical graphics

plotly.express – Interactive plots (optional, included for future expansion)

πŸ“ˆ Key Visualizations Correlation Heatmap – Understand relationships between numerical columns

Opening Stock Distribution (2022 vs 2023)

Issue Quantity Distribution

Top 10 Most Issued Items

Year-over-Year Stock Change Histogram

πŸ“Œ Future Enhancements Add interactive dashboards with Plotly or Streamlit

Include anomaly detection or forecasting

Export cleaned data or insights to Excel/CSV

🧠 Author Anshika Rao