Mar-22-2022, 10:47 AM
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
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