Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 21, 2021 05:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/55910277447756ce41fe36050c5a8b28 to your computer and use it in GitHub Desktop.
Save amankharwal/55910277447756ce41fe36050c5a8b28 to your computer and use it in GitHub Desktop.
import numpy as np # linear algebra
import pandas as pd # data processing
import plotly
import plotly.express as px
from plotly.subplots import make_subplots
import seaborn as sns
import matplotlib.pyplot as plt
tv_shows = pd.read_csv('tv_shows.csv')
tv_shows.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment