Investigating the Effect of the 2022 ASUU Strike on the Academic Performance of Students at the University of Lagos
This project aims to investigate the impact of the 2022 ASUU strike on the academic performance of students at the University of Lagos. We plan to use Python and Power BI for data analysis and visualization, and will collect data via a Google Form. The project will consist of four phases: planning and preparation, data collection and preparation, modeling and analysis, and reporting and presentation.
To run the code for this project, you will need to have the following software installed on your computer:
- Python 3
- Jupyter Notebook
- Power BI
- Clone this repository to your local machine
- Install the required packages by running the following command in your terminal: pip install -r requirements.txt
- Open the Jupyter Notebook files to run the code and perform data analysis
- Open the Power BI file to visualize the data
To contribute to this project, please read the contribution guidelines. Also check out the code style guide and the visualization style guide for details on what we expect.
We will be using a Google Form to collect data for this project. The link to the form will be distributed to relevant stakeholders, including students, lecturers, and administrators. The data collection for this project is live, to participate you can click on this : https://forms.gle/1XZBC5EkMbsRTYJ4A to fill the google form.
asuu-strike-project
│ README.md # Project description and instructions
│ CONTRIBUTING.md # Guidelines for contributing to the project
│ CODE_STYLEGUIDE.md # Guidelines for code style and formatting
│ LICENSE.md # License for the project
| .idea # Directory to store project-specific settings
│ .gitignore # Files and directories to be ignored by Git
│
├── mailing
│ ├── bounced_email_address.csv # Invalid mails
│ ├── student_distribution.ipynb # Distribution of student mails
│ ├── student_mails.csv # File containing the student mail
│ └── valid_student_mails.csv # Mailing list
│
├── mock analysis
│ ├── sample.csv # Raw data collected from Google Forms
│ ├── expanded_sample.csv # Cleaned and expanded data for analysis
│ ├── test_eda.ipynb # Jupyter Notebook for exploratory data analysis
│ ├── test_modeling.ipynb # Jupyter Notebook for modeling and analysis
│ ├── test_dashboard.pbix # Power BI file for visualizing the data
│ └── README.md # Description of the mock analysis folder
│
├── team-management
│ ├── assigned_roles.csv # Roles assigned to team members
│ ├── role_assignment.ipynb # Jupyter Notebook for assigning roles to team members
│ └── role_summary.csv # Description of roles
│
└── project analysis
├── data
│ ├── raw_data.csv # Raw data collected from Google Forms
│ └── cleaned_data.csv # Cleaned data ready for analysis
├── analysis
│ ├── exploratory_data_analysis.ipynb # Jupyter Notebook for exploratory data analysis
│ └── modeling.ipynb # Jupyter Notebook for modeling and analysis
├── results
│ └── dashboard.pbix # Power BI file for visualizing the data
├── requirements.txt # Required Python packages for the project
└── README.md # Description of the project analysis folder
This project was inspired by the need to understand the impact of the 2022 ASUU strike on academic performance Thanks to the team members who contributed to this project