This repository contains a collection of Jupyter Notebooks for conducting Exploratory Data Analysis (EDA) and Statistical Analysis on various datasets. Each notebook is created using Google Colab, making it easy to run and analyze the code interactively.
-
Data Loading and Initial Exploration
- Description: Demonstrates how to load a dataset into Colab and perform initial exploratory analysis, such as examining data types, missing values, and basic statistics.
-
Univariate Analysis
- Description: The notebooks focuses on univariate analysis techniques, including summary statistics, distribution plots, and outlier detection.
-
Notebook 3: Bivariate Analysis
- Description: Explores relationships between two variables using techniques such as scatter plots, correlation analysis, and hypothesis testing.
-
Multivariate Analysis
- Description: Multivariate analysis techniques, including dimensionality reduction, cluster analysis, and advanced visualization methods.
-
Statistical Modeling
- Description: Covers statistical modeling techniques, such as regression analysis, classification models, and time series analysis.
To use these notebooks, simply click on the provided links to open them in Google Colab. You can then run the cells in each notebook interactively to analyze your own datasets or explore the provided examples.
- Google Colab account
- Python libraries such as Pandas, NumPy, Matplotlib, Seaborn, and Scikit-learn are commonly used in these notebooks. Make sure to install any additional libraries mentioned in the notebooks.
These notebooks are provided under the MIT License. .