Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 16, 2021 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/8cd0372b57cede816f83cbdd5d38ecba to your computer and use it in GitHub Desktop.
Save amankharwal/8cd0372b57cede816f83cbdd5d38ecba to your computer and use it in GitHub Desktop.
import numpy as np # linear algebra
import pandas as pd # for data preparation
import plotly.express as px # for data visualization
from textblob import TextBlob # for sentiment analysis
dff=pd.read_csv('netflix_titles.csv')
dff.shape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment