I am trying to make a streamlit dashboard but just to get started, I am trying to import my csv file with data. I added the csv file into the file in which I am working with on vscode which is pictured. I also coppied the path of the csv file which is
"C:\Users\solim\AppData\Roaming\.anaconda\navigator\.anaconda\navigator\scripts\FinalProject\survey.csv"
this path matches up to the path of where my python code is that I run for streamlit but once again it keeps saying that the file cannot be found even though it is exactly where my python code is I just do not understand and it is very frustrating.
Error when I run:
Proof that the file name is spelled correct and the file is in my folder:
I am expecting the file data to be printed on my streamlit page.