Error during putting path for mnsit set in jupitar notebook

sir I have downloaded the mnsit file from Kaggle but when im writing df=pd.read_csv(“C:\Users\Prans\Downloads\27352_34877_compressed_mnist_test.csv”)

its showing error and able to proceed further.
i have tried putting r in front of the path .

Hi @Rezang_la

Please share the error you are getting. Screenshot is fine but sharing the complete jupyter notebook would be the best.
Also try this:

df = pd.read_csv("C:/Users/Prans/Downloads/27352_34877_compressed_mnist_test.csv")

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

Hi @Rezang_la

Request you to share the complete error or the code here.
I can only help you after looking at the Error Stack Trace or by going through the code itself.

Hope you understand!