Dear all,
I am trying to complete DataFrame and Basic Functionality lesson but at the moment I executed:
infy = pd.read_csv('…/data/infy.csv')
I got the following error
FileNotFoundError: File b'../data/infy.csv' does not exist
thanks for your help
Michelangelo