Skip to content

Instantly share code, notes, and snippets.

View supersaiyan12's full-sized avatar
🎯
Focusing

Jitesh supersaiyan12

🎯
Focusing
  • Ahmedabad
View GitHub Profile
'''
BASIC LEVEL
'''
import pandas as pd
import matplotlib.pyplot as plt
# read in 'imdb_1000.csv' and store it in a DataFrame named movies
movies = pd.read_csv('imdb_1000.csv')