Task 2

CDC Dataset visualization:

 

Here we are going to visualize the cdc Diabetic data, we are using seaborn library to plot the pair plots of the datasets.

From the above is the pair plot representation of diabetic dataset. There is no correlation between them as we clearly observed in the above fig. In the diabetics plot we can clearly observed the data is left skewed.

The above image is represents as there is no null values in the diabetics dataset. for this I have used the command as isnull().sum() function.

 

The above image we have seen that there is no nan values in the diabetics dataset as we have observe the above image. For this I have used the isna().sum() function.

Leave a Reply

Your email address will not be published. Required fields are marked *