This project aims to analyze the potential correlations between academic performance, extracurricular activities, and professional prospects using a dataset of student information. The analysis will provide insights into factors that may influence students' career trajectories and help identify areas for improvement in academic programs and career counseling services.
The dataset used in this project contains information about students, including their academic performance (GPA), extracurricular activities, family background, and expected salary after graduation. The dataset is provided in a CSV file named StudentData.csv.
The analysis is performed using Python and several data analysis libraries, including Pandas, NumPy, Matplotlib, and Seaborn. The main analysis steps are outlined in the Analysis.ipynb Jupyter Notebook file, which includes the following:
- 🔍 Data Exploration: Exploring the dataset, handling missing values, and understanding the distribution of various features.
- 🔗 Correlation Analysis: Investigating the relationships between academic performance (GPA), extracurricular activities, family income, and expected salary.
- 📊 Visualization: Creating informative visualizations to represent the findings and patterns in the data.
- 💡 Insights and Conclusions: Summarizing the key insights and conclusions drawn from the analysis.
To run the analysis locally, follow these steps:
- Clone the repository:
git clone https://github.com/ommagdum/Analyzing-Academic-Professional-Correlations
- Navigate to the project directory:
cd Analyzing-Academic-Professional-Correlations
- Open the Analysis.ipynb file in a Jupyter Notebook environment.
- Run the notebook cells sequentially to execute the analysis.
Contributions to this project are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
The dataset used in this project was provided by Cloud Counselage Pvt. Ltd. Special thanks to the organization for the amazing data analysis libraries used in this project.