Python Forum
Jupyter:On my computer, where csv file is? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Jupyter:On my computer, where csv file is? (/thread-36718.html)



Jupyter:On my computer, where csv file is? - Leloup - Mar-22-2022

Bonjour,

I have been using Jupyter for a month. To train myself with the pandas libraries, I used the Santé France website to get a dataset as a csv file. I changed the name of the file and called it
"open_stats_coronavirus.csv". Every time I run the Notebook, no problem. It works. But what I don't understand is that I can't find this file anywhere on my PC.
I found a file that could be this one covid-hosp-txad-age-fra-2022-02-26-19h09.csv. That would mean that when the Jupyter Notebook opens it under another name, pd.read_csv("open_stats_coronavirus.csv", sep = ';') , it is possible?
Do you have an explanation?
There is something I don't understand.

Regards,
Leloup


RE: Jupyter:On my computer, where csv file is? - perfringo - Mar-22-2022

It's unknown what operating system and version of Jupyter you are using. Are you using Jupyter Lab?

In JupyterLab, FileBrowser tab, on file name bring up contextual menu (usually right click) and among others there are following options: 'Copy Download Link', 'Copy Path' and 'Copy Shareable Link'.


RE: Jupyter:On my computer, where csv file is? - Leloup - Mar-22-2022

The operating system is Windows10. The version of Jupyter is NoteBook as opposed to Jupyter Lab. The Jupyter version is 6.5.4.