Feature request: module for selecting rows in a dataset

Adam Stewart 51 Reputation points
2020-07-14T20:27:24.38+00:00

I'm looking for a module similar to Select Columns in Dataset but for rows. For example, one of the columns in my dataset is a string containing the quality control level. If the QC level equals some value, I would like to keep that row and discard the rest of the rows. Similarly, my dataset contains -999 values to represent NaNs, but I have no way of removing these values without writing a custom Python script to do so.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,334 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Blanca Li 16 Reputation points
    2020-07-16T05:36:20.9+00:00

    You could use Execute Python Script module.

    1 person found this answer helpful.

  2. YutongTie-MSFT 53,966 Reputation points Moderator
    2020-07-14T20:31:07.72+00:00

    Thanks for the feedback! We appreciate your input, I will forward your content to product group for reviewing. ^^

    Regards,
    Yutong

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.