import pandas as pd import matplotlib data = pd.read_csv('./dataf2.csv') print(data.head())