Skip to content

Commit

Permalink
EDA
Browse files Browse the repository at this point in the history
This pull request includes the exploratory data analysis (EDA) performed on the cleaned SBIN historical stock dataset. The following tasks were completed as part of the EDA:

Descriptive Statistics: Summary statistics for key numerical columns such as Open, Close, High, Low, Volume, Price Range, and Daily Return.
Trend Visualization: A time series plot was created to show the trend of the stock’s closing price over time.
Correlation Analysis: A heatmap was generated to identify correlations between key stock variables (Open, Close, High, Low, Volume, etc.).
Volatility Analysis: Histograms were plotted to show the distribution of Price Range and Daily Return, giving insights into stock price volatility
  • Loading branch information
Anjankumar26 authored Oct 8, 2024
1 parent 4a03c13 commit 7f75aba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EDA_SBIN_clean-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit 7f75aba

Please sign in to comment.