High everyone;
Kindly review my project
ALVIN COVID 19 (2) (1).ipynb (107.0 KB)
Click here to view the jupyter notebook file in a new tab
High everyone;
Kindly review my project
ALVIN COVID 19 (2) (1).ipynb (107.0 KB)
Click here to view the jupyter notebook file in a new tab
Hello alvinogolla642
Welcome to the community!
Following are a few points that you can take care of
'NORTH AMERICA TOTAL CASES'
graph is not coming up in the Notebook, you are getting an error for the package importNameError: name 'plt' is not defined
ascending=False
, to fetch least_north
;least_north=north_am.sort_values('Total_cases',ascending=False)
SyntaxError: invalid syntax
Thanks,
Debasmita