I am trying to run code
import pandas as pd
df=pd.read_excel(r’D:\c\python files\mydata.xlsx’)
but its giving error
FileNotFoundError: [Errno 2] No such file or directory:
need help in this regards
I am trying to run code
import pandas as pd
df=pd.read_excel(r’D:\c\python files\mydata.xlsx’)
but its giving error
FileNotFoundError: [Errno 2] No such file or directory:
need help in this regards