britth / GameChanger

A simple command line program that processes Twitter data to discover popular moments in multi-game sporting events. Never settle for a boring game!
MIT License
0 stars 0 forks source link

Tweet data format to be used for a function called average tweet rate #13

Open sunhwap opened 10 years ago

sunhwap commented 10 years ago

Brittany,

When you get the number of tweets for each school, can you make it in a three dimensional format (integer, name of school, # of tweets) so that when I pass the parameter called schools in the function, the output will give out a tweet rate associated with school name? Then we can print out the entire list in an organized form.

sunhwap commented 10 years ago

Determine a way to calculate the average rate up to a given point in time and compare current volume to that average whole day vs specific point. In order to achieve this task, we need data format that includes school name, timestamp/30 sec and total number of tweets.