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

My Data contains many missing values(blank space) or symbols like"?".How do we remove that??

ed1305ed1305 Member Posts: 8 Learner III


How to fill these blank spaces and remove "?"And also for numeric variable how do i set the blank spaces to mean or median value

Best Answer

Answers

  • kaymankayman Member Posts: 662 Unicorn
    You can use the 'declare missing value' operator to change the ? to a missing (null) value. In order to make an empty field missing/null you can use the trim operator.

    Note that the ? might not be a real character, but simply the way Rapidminer indicates a missing value.
Sign In or Register to comment.