domino logo
Latest (5.8)
  • Overview
  • Domino Cloud
  • Domino Nexus
  • Code Assist
  • Get started
  • Work with data
  • Develop models
  • Scale out distributed computing
  • Register and govern models
  • Deploy models
  • Monitor models
  • Publish Apps
  • Projects
  • Collaborate
  • Workspaces
  • Jobs
  • Environments
  • Executions
  • Launchers
  • Environment variables
  • Secure credential store
  • Organizations
  • Domino API
  • Domino CLI
  • Troubleshooting
  • Get help
  • Additional resources
  • Send feedback
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
>
User guide
>
Work with data
>
Code Assist data preparation
>
Filter data with Code Assist
>
Filter missing data with Code Assist

Filter missing data with Code Assist

Probably the most common filtering operation is to remove missing values.

For the examples below we’ll be using the Palmer Penguins data.

  1. Launch the Transformation widget. Select the data frame that you want to filter.

  2. Hover over the kebab icon to the right of any of the NaN values in the sex column. Then click on the Filter values like this popup button.

    filter values like this
  3. A dialog appears with fields to choose a column, an operator and a value. The value is set to NaN by default. Choose the != operator.

    select operator
  4. The preview is updated. Press the RUN button.

  5. The code is inserted into the notebook and run immediately. Records with missing values in the sex column are removed.

code inserted
Domino Data Lab
Knowledge Base
Data Science Blog
Training
Copyright © 2023 Domino Data Lab. All rights reserved.