Update the impute methods for fields in the job. Currently, there are 4 impute methods available:

  • fill: Fills all missing values with a specified replacement value.
  • mean: Fills all missing values with the mean of the field. This only works for number and date-time data types.
  • median: Fills all missing values with the median of the field. This only works for number and date-time data types.
  • mode: Fills all missing values with the mode of the field.
Language
Authorization
Header
Click Try It! to start a request and see the response here!