Update Impute Methods

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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of a Job

Body Params
imputeMethods
object
required

Impute methods

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json