import pandas as pd
df = pd.read_csv("stei-c-1.csv")
when the code is running :
FileNotFoundError: File b'stei-c-1.csv' does not exist
here the directory of file D:\ITB\Tugas\PTI\H4
the python file and the csv file in same location. how to fix it, thanks !