This project provides a comprehensive Exploratory Data Analysis (EDA) on the various stakeholders within a company, both internal and external. Conducted in Python using Google Colab, this analysis examines the roles and impacts of management, employees, shareholders, customers, suppliers, creditors, government entities, and the local community in a corporate structure.
The dataset used in this project is available at the following link:
You can access and run the project in Google Colab by following this link:
Google Colab Notebook for Constituents EDA
-
Data Transformation and Pre-Processing:
Cleaning and preparing data for accurate analysis. -
Merging Data Frames:
Combining multiple data sources into a unified dataset. -
Statistical Analysis:
Using descriptive statistics to understand attributes and relationships. -
Univariate Plots:
Visualizing individual variables to assess distributions and identify outliers. -
Bivariate Analysis:
Examining relationships between pairs of variables. -
Multivariate Analysis:
Analyzing complex interrelationships among multiple variables. -
Time Series Analysis:
Identifying trends over time for key stakeholder groups. -
K-Means Clustering:
Segmenting stakeholders based on shared characteristics. -
Hierarchical Clustering:
Uncovering deeper relationships among stakeholders. -
Principal Component Analysis (PCA):
Simplifying data to highlight core insights. -
Linear Regression:
Building predictive models to estimate trends in stakeholder data.
Using Python libraries like Pandas, Matplotlib, and Seaborn, I conducted visualizations and discovered patterns that provide a data-driven perspective on each stakeholder’s role and influence. This project showcases advanced EDA techniques in Google Colab, making it an ideal resource for analysts interested in understanding company dynamics through detailed data exploration.
- Python 3.x
- Libraries:
pandas
,numpy
,scikit-learn
,matplotlib
,seaborn
git clone https://github.com/Rahulaggl/EDA.git
cd EDA
pip install -r requirements.txt
You can explore the project directly in the Google Colab Notebook linked above. It provides step-by-step instructions to perform EDA on the constituents of a company.
- Fork this repository.
- Create a feature branch.
- Commit your changes.
- Push your branch.
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Let me know if you need further adjustments!