So, here's my code...
filename = r"C:\Users\Aditya Bhatt\Desktop\Aditya\SampleData.csv" df = pd.read_csv(filename) Now, it shows me this error:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Aditya Bhatt\Desktop\Aditya\SampleData.csv'
The file location is: "C:\Users\Aditya Bhatt\Desktop\Aditya"[Confirmed]
Name of File: SampleData (.csv file)
I'm running the code on Google Colab
Also, I got this file from the internet (If that helps)
New to Python & APIs
Thanks in advance!
没有评论:
发表评论