You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `teams_grouped.csv` file contains aggregated data from `tweets.csv`.
12
+
13
+
14
+
## Fields in `tweets.csv`##
15
+
16
+
-**Text:** Contents of Tweet
17
+
-**Compound:** Percent positive or negative sentiment of `Text`
18
+
-**Negative:** Percent negative sentiment of `Text`
19
+
-**Neutral:** Percent neutral sentiment of `Text`
20
+
-**Positive:** Percent positive sentiment of `Text`
21
+
-**ID:** The unique twitter id
22
+
-**DateTime:** Time of tweet
23
+
-**Retweet_count:** Number of retweets for that original tweet
24
+
-**Reply_count:** Number of replies for that original tweet
25
+
-**Like_count:** Number of likes for that original tweet
26
+
-**Quote_count:** Number of quotes for that original tweet
27
+
-**team:** First team mentioned in `Text`
28
+
29
+
## Fields in `teams_grouped.csv`##
30
+
31
+
-**team:** Groupped team
32
+
-**Avg_Pos:** Average percent positive sentiment of all `Text` values for that `team`
33
+
-**Avg_Neg:** Average percent negative sentiment of `Text`values for that `team`
34
+
-**Avg_Compound:** Average percent positive or negative sentiment of `Text`values for that `team`
35
+
-**Avg_retweet:** Average retweets for each tweet for that `team`
36
+
-**Number_tweets:** Total tweets for for that `team`
37
+
38
+
# Source and License
39
+
40
+
This data was contributed to the public domain by the the TwitterV2 API. It is provided here for demonstrative purposes without any warranty for fitness of purpose or usability.
0 commit comments