-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,41 @@ | ||
# DataViz-Project-1 | ||
Project 1 Deliverables here | ||
|
||
# DataViz-Project-1: Media and Social Media Monitoring and Analytics. | ||
Alena Dudko, Jennifer Shtaway, Rekha Amer, Shandiz Montazeri | ||
|
||
## Project Overview | ||
|
||
<p>Nowadays, advertisement departments and PR agencies are interested in the public response regarding their products. This is why companies such as Business Wire , NUVI, newsapi.aylien.com provide real-time social media and media monitoring and analytics.</p> | ||
|
||
<p>Our team decided to create a program that takes any user input as keywords, that they would like to analyze. Once a user provides a valid input, the program outputs graphs analyzing sentiment, location, timeline of tweet among other things. Besides, twitter API we also use News API to build graphs around user input to show media trends and tendencies.</p> | ||
|
||
|
||
### Research Questions to Answer | ||
<ul> | ||
<li>What are the related handles (hashtags) appearing together with the user searched term?</li> | ||
<li>What is the average sentiment of top-10 influential people (with the highest number of followers) about the target term ?</li> | ||
<li>What is the average sentiment of top-10 retweets about the target term ?</li> | ||
<li>What is the overall average sentiment about the target term ?</li> | ||
<li>Which news sources write mostly about the topic?</li> | ||
<li>What is an average sentiment score of their articles? How it changes over period of time?</li> | ||
<li> How the topic popularity in media changes over period of time?</li> | ||
|
||
</ul> | ||
|
||
|
||
|
||
### Data Sources | ||
Data sets are dynamic and come from: | ||
twitter API (api.search) | ||
News API (newsapi.org) | ||
Wikipedia | ||
gmaps | ||
Google Translate | ||
|
||
### Project Steps: | ||
|
||
<ul> | ||
<li>Data retrieving, selecting and cleaning.</li> | ||
<li>Collecting and grouping data in DataFrames.</li> | ||
<li>Creating pivot tables. Calculating averages, finding highest/lowest values.</li> | ||
<li>Building charts. Analyzing findings.</li> | ||
</ul> |