Author: Brayden Uglione
Date: 10/15/24
This project analyzes survey data from non-computing majors to provide insights that can help increase the number of students taking computing classes at County College of Morris (CCM).
The main goal of this analysis is to understand students' current enrollment in courses, their awareness of CCM through various marketing channels, their prior computing experiences, and the correlation between gender and interest in taking more computing courses.
The data used for this analysis comes from CSV files containing non-majors survey results. These files include responses from students who are not computing majors but are enrolled in computing courses at CCM.
To run this project, you will need:
- Python 3.x
- Pandas library
- Matplotlib library
You can install the required libraries using pip:
pip install pandas matplotlib