Project - 4 | Data Analysis with Python | #DataScience | Covid-19 Dataset

preview_player
Показать описание


Enrol in our Udemy courses :

----------------------------------------------------------

----------------------------------------------------------
----------------------------------------------------------

In this video, a mini dataset related to the Covid-19 pandemic is taken and analysed in a very Easy To Understand (ETU) language.
Here, you will learn how to work on a real project of Data Analysis with Python.
Questions are given in the project and then solved with the help of Python.

The commands that we used in this project :

* import pandas as pd -- To import Pandas library
* import seaborn as sns - To import the Seaborn library.
* df[df.Col_1 = = ‘Element1’] - Filtering – We are accessing all records with Element1 only of Col_1.

.......................................................................

Q. 1) Show the number of Confirmed, Deaths and Recovered cases in each Region.
Q. 2) Remove all the records where the Confirmed Cases is Less Than 10.
Q. 3) In which Region, maximum number of Confirmed cases were recorded ?
Q. 4) In which Region, minimum number of Deaths cases were recorded ?
Q. 5) How many Confirmed, Deaths & Recovered cases were reported from India till 29 April 2020 ?
Q. 6-A ) Sort the entire data wrt No. of Confirmed cases in ascending order.
Q. 6-B ) Sort the entire data wrt No. of Recovered cases in descending order.

------------------------------------------------------

You must check our other videos :

#python #dataanalytics #datascience #project
Рекомендации по теме
Комментарии
Автор



Get our "Self Study Material", which includes all the Projects Source Codes and Notes of the complete Data Analytics course, which contain all commands of Core Python, Numpy, Pandas, Matplotlib, SQL that we use for Big-Data Analytics ( cost @ Rs.250 or $20 or €20 )

data_science_lovers
Автор

💥💥💥💥💥💥💥💥💥💥💥💥💥if your teaching method very veryyy verryyyy super
i am slow learner but your tutorial video has been more intersting and i thinking to watching next video and learn more skills

bhuvan
Автор

Please do more projects where you can implement even more functions.

sharathraghuveer
Автор

Nicely explain ...goood to see the projects playlists ..thanks sir @grewal sir

shadabmathematics
Автор

Thank you for sharing this short, simple & beginner friendly video!!

unpatel
Автор

Thank you for sharing these exercises.

shinej
Автор

Complete Course ''Data Analysis with Python'' playlist :

data_science_lovers
Автор

Guy, I love your work! Very professional and i like very much to do the projects with you! I learned so much!

relaxambience
Автор

Very nice bro. Thank you for your efforts. I watch all your videos regularly. Keep Posting!

kryurr
Автор

bhai really great great great video.such in easy steps u taught.lovely brother.keep it up.

navneetnegi
Автор

Should put database of covid19 from kaggle in discription

SpaceShip
Автор

) - What is importance of [ ] show in video where code can be written -

Sridhar_Basavaraj
Автор

thank you sir, for sucha quality content.

partabparmar
Автор

hello sir,
Very helpfull video

one think please next video video quality increase please

Technoparth
Автор

Kindly share portfolio project, for DA and DS

umeshtiwari
Автор

Can we add these projects for resume specially for those who are fresh graduates?

muhammadatif
Автор

Is there a video on how to share projects

la_rayyy
Автор

For the 4th question, we have to only display the regions where sum is 0 right?? We missed this logic, can someone help please.

ReenaNamani
Автор

Can you suggest any project for a beginner applying in a company for a data analyst position for the resume.

bhawnasaini
Автор

For the 4th question, we have to display regions only where sum is 0, but we are displaying other regions as well.. This is not the full answer.

ReenaNamani