I am getting this error when trying to print the contents of a CSV file in Python.
Traceback (most recent call last): File "/Users/cassandracampbell/Library/Preferences/PyCharmCE2018.2/scratches/Player.py", line 5, in with open('player.csv') as csvfile: FileNotFoundError: [Errno 2] No such file or directory: 'player.csv'
player.csvin the same directory as your Python script (i.e.scratches)./Users/cassandracampbell/Library/Preferences/PyCharmCE2018.2/scratches/