'''I have already checked the name of the file , but the error still occurred'''
%matplotlib inline
import numpy as np
import pandas as pd
df = pd.read_csv("pasthires.csv")
df.head()
FileNotFoundError Traceback (most recent call last)
<ipython-input-1-94f4edd06694> in <module>
3 import pandas as pd
4
----> 5 df = pd.read_csv("pasthires.csv")
6 df.head()