π College Event Feedback Analysis β Internship Project

β¨ Use data science to improve campus life! Learn how to turn student feedback into actionable insights using real-world tools like Google Colab, pandas, and TextBlob β no coding background needed.
π Project Overview
College events like tech fests, workshops, and cultural activities collect feedback β but are we using it meaningfully?
In this project, interns will analyze text and rating-based feedback submitted by students after attending campus events. Youβll work with simulated or real Google Forms data (CSV) and use basic Natural Language Processing (NLP) to understand satisfaction levels and identify areas for improvement.
π― What Youβll Do
- β Clean and prepare feedback data (from a Google Form export)
- β Analyze ratings (1β5 scale) to find patterns of satisfaction
- β Use NLP tools to score sentiment in comments (positive/neutral/negative)
- β Visualize trends with beautiful charts and graphs
- β Suggest improvements for future events
π§ Skills Youβll Gain
- Data cleaning & preparation with pandas
- Sentiment analysis using
TextBlob
orVADER
- Creating bar charts, pie charts, word clouds for reports
- Interpreting survey data to help make real decisions
- Working in Google Colab (no software installation!)
π Tools & Libraries
Tool | Purpose |
---|---|
Google Colab | Online coding (no setup needed) |
pandas | Data manipulation |
seaborn/matplotlib | Visualization |
TextBlob / VADER | Sentiment analysis (NLP) |
ποΈ Sample Dataset (CSV format)
Use any of these or simulate your own:
- π Student Feedback Survey Responses
- π Student Satisfaction Survey
- π Or collect data from a real Google Form:
- Ask students to rate and comment after an event.
- Export the responses as CSV.
- Youβre ready to analyze!
π Example Insights You Can Find
- Top 3 events with highest satisfaction
- Most common complaints from comments (via word cloud)
- Correlation between ratings and event type (workshop vs seminar)
- Which departments hosted the most-liked events
π₯ YouTube Tutorials for Beginners (for Reference)
- π Google Colab for Beginners β FreeCodeCamp
- π Sentiment Analysis in Python β TextBlob
- π Plotting Data in Python (Seaborn/Matplotlib)
π Final Deliverable
β
A clean, well-commented Jupyter Notebook (or Colab link)
β
A mini-report/dashboard with:
- Graphs of ratings
- Sentiment analysis summary
- Key recommendations for event organizers