Ticker

6/recent/ticker-posts

Handling missing values using Simple Imputer:

 Handling missing values using Simple Imputer:

Importing Libraries:
 

Printing first 10 rows of dataset:



Number of null values:



Visualizing null values using heat map:
 



Importing simple imputer and creating object with strategy mean:
 



Fitting the data and the filled ‘Age’ column:


 
Filled dataset:



 


Post a Comment

0 Comments