Only Few Seats Left for Advanced Certification Courses on Data Science, ML & AI by E&ICT Academy IIT Roorkee
Now we will look into the training data and analyze it. The attributes have the following meaning:
Use the head() function to take a peek at the top few rows of the training set:
<< your code comes here >>.head()
Let's get more info to see how much data is missing by using the info() function:
<< your code comes here >>.info()
How many columns have missing value?
No hints are availble for this assesment
Answer is not availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...