Refer path name for reading file from a different folder

PHOTO EMBED

Sun Jul 10 2022 07:54:42 GMT+0000 (Coordinated Universal Time)

Saved by @nilotpalc #python

df_1 = pd.read_excel(r"C:\Users\Nilotpal.Choudhury\Udemy Assignment-1\warehouse_city.xlsx")
# note the use of r prior to path reference
content_copyCOPY