Posted on:

08 Mar 2023

0

FileNotFoundError Traceback (most recent call last)

 I'm getting error below after downloading Location.csv file from study Resources,

on both syntaxes
1-data = pd.read_csv('Location.csv', squeeze = True)
2-data = pd.read_csv('Location.csv').squeeze("columns")
Please advice 

 

0 answers ( 0 marked as helpful)

Submit an answer