Shiny a Light on Meetup
Inspiration
Meetup.com has become the website to bring individualsΒ with similar interests and goals together. Personally, I attend many yoga and tech meetups and love getting to meet new people. People connecting offline, interacting, and discussing ideas inspired me to explore the data about Meetup. I wanted to know how meetups differed based on city and what were the most popular meetup groups.
The Data
Let's dive into the data, which wasΒ collected using the python Scrapy.
- City: Selected 11 different cities across the United States of America.
- Category: There are 24 different categories ranging from film and art to tech and business.
- Group Members: The number of members in each meetup group.
- Group Reviews: The amount of reviews the group received.
- Past Meetings: The number of past meetings held.
- Upcoming Meetings: The posted number meetings coming up.
- Upcoming Meeting Price: The price of the meetup group (if any)
- Upcoming Meeting RSVPs: Β The number of people RSVP'ed to the upcoming meeting
- Length of Group Description: The amount of words used to describe the details of the meetup group
Who's Popular?Β
It's easy to find out with using my Shiny app based on any data feature mentioned above, the city, and category. As shown on the right, the most popular group in for NYC tech meetup is the NYC Tech Meetup. This is a very fun application which allows the user to interactively explore trends across cities and categories. A personal point of interest, for the majority of cites the most popular meetup groups in health-wellness are yoga based groups. Β It's extremely fun to select a category and learn what the most and least popular groups for each city.
Some Cities Are Similar and Some Are Not
The largest city in the US, New York City, remains unique among the rest. The number of members, a shown below on a log scale, have very different distributions than any other city.
We got the P-Value to prove it. Therefore, you are more likely to have a larger number of group members in NYC than any other city. Makes sense. The app allows the user to compare different cities and the distributions of the various features in the data. Interesting note:Β Boston and Chicago are very similar in the number of group members.
Check it out and you will find other similarities and differences.
The Correlations Make SenseΒ
There is clear positive correlation between the number of group members and the amount of Β group reviews. The correlation for tech is very high compared to other categories. Β The app provides high functionality about what variables you want to observe. For example, there is no correlation between the group reviews and upcoming meetings. One would need a time machine to review an upcoming meeting.
Interested in an outlier? Then simply touch the point of interest and the group name, it's members and the city will display.
Insights and Progress Forward
I wanted to create an app that would show trends of meetup groups held across the country. This R Shiny app provides the user interactive tools to explore their interests and gather information about their city. There were several other features scraped from the website. I plan to include even more interactive plots to display theses parameters. Go check out the app and get a feel for Meetups that interest you.Β