Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.66 KB

File metadata and controls

30 lines (22 loc) · 1.66 KB
description Learn how to read emotion and sentiment from Tweets!

Sentiment Analysis with the Twitter API

Learning Objectives

  • Learn how to use Pandas.
  • Learn what sentiment analysis and how we can use it (within the context of the Twitter API).
  • Learn what TextBlob is.
  • Learn how what Regular Expressions are and how to use them.
  • Learn how to extend our current program for sentiment analysis.
Activities Status
Introduction to Pandas N/A
How to use Pandas(syntax and constructs) N/A
Introduction To TextBlob N/A
Introduction To Regular Expressions N/A
Cleaning Tweets N/A
Setup Sentiment Analysis Code N/A
Using Pandas to Display Results N/A
Labs Status
- -