Skip to content

Develop a geographic visualization of twitter data across the USA (Data Structures)

Notifications You must be signed in to change notification settings

nmalboubi/Trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Trends

Develop a geographic visualization of twitter data across the USA.

Will need to use dictionaries, lists, and data abstraction techniques to create a modular program.

The geographic visualization will show how people in different states feel about a certain state. The image will be generated by:

Collecting public Twitter posts (tweets) that have been tagged with geographic locations and filtering for those that contain the state name query term

Assigning a sentiment (positive or negative) to each tweet, based on all of the words it contains

Aggregating tweets by the state with the closest geographic center

Coloring each state according to the aggregate sentiment of its tweets. Red means positive sentiment; blue means negative.

Project Goal: Map the sentiment of any word or phrase.

About

Develop a geographic visualization of twitter data across the USA (Data Structures)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages