Tweet Sentiment Analysis: Classifying Emotions on Twitter

Reading the DataReading the Data

Let's start easy with the import of our data. As always we will use pandas and we will also show the first few lines of our dataset.

Task

  1. Import pandas as pd;
  2. Read the "tweets.csv" file;
  3. Print the first 5 rows.

Everything was clear?

Section 1. Chapter 2

Start learning today and achieve
coding mastery

  • Master Python, SQL, JavaScript & more.
  • Learn with Step-by-Step Lessons.
  • Get Ready for Real-World Projects.
  • Earn a Certificate Upon Completion.