I'm new to python. I started using jupyter notebook on a project that i'm doing to get into programming school I wanted to work with covid data. I took the raw data from John Hopskins Git hub via URLs i got data for confirmed cases, deaths and recovered cases. Each set of data is on a different url Everything works fine except recovered cases. apparently i can't access the data since in my code, it returns NaN values for every country. I pushed my code on github so a friend could take a look and he can access some data (not a lot), when i can't I don't get why...
I have another issue; i tried to make a figure with different curves showing the progression of the covid cases in France (i picked France beacuse i'm french) and there's several issues with those curves.
the "recovered"(green) and "deaths"(orange) curves are flat. I was expecting it for the recovered cases since i can't access the data, but i don't get why it would happen witht the deaths cases, since i have values Also, i've been trying to find another way to display the dates (on the y axis). There are so many values, (1 entry a day for the whole covid crisis) that they overlap each other. I put them on vertical but it's not enough
My code is available at : https://github.com/aaanoushka/Projet-OCR-Covid19/blob/main/Analyse_covid19_pays.ipynb?fbclid=IwAR3cjmCze1vJQ101l8wlD4tAx_slhOZQ1YgJ8jpnmso05CLmYoyFL2DofXc
I'd appreciate so much if someone wold be willing to take a look! Feel free to ask me anything, i'll try my best to give you any detail needed
Thank you


recovered_df.head(30)is showing the County/Region column populated for ever row... What do you mean you are getting NaN for country?