import pandas as pd // if you are using colab you should upload the csv file first. df = pd.read_csv("file.csv") df.head()