The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How to replace missing values with their median

harsha6055harsha6055 Member Posts: 5 Learner I
I know by using aggregate we can get median but not getting to replace missing values by median value.

Answers

  • ceaperezceaperez Member Posts: 541 Unicorn
    edited October 2022
    Hi @harsha6055,

    in this case you can use the Aggregate operator to find the median value and use it as a macro to replace the value using the Replace Missing Values operator. 

    Please find attached a simple sample using a modified golf dataset. 

    Best, 

    Cesar
Sign In or Register to comment.