The following fields are relevant to my question: Age, Sex, and Title
The Age field has Null values and non-Null values. For any Null value I want to populate that field with a non-Null value by taking the average on the Age field by specifying a certain Sex and Title.
For instance, if the 4th record in the data set has the following attributes: Age = Null, Sex = "Male" and Title = "Mr", I want to change the Null value with the average of the population that is Sex = Male and Title = Mr.
Any help appreciated.