post https://backend.segna.io/public/client-side/v1/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.