nimble.fill

Collection of functions providing methods for filling values in the data with other values.

backwardFill(vector, match)

Fill matched values with the next unmatched value.

constant(vector, match, constantValue)

Fill matched values with a constant value.

forwardFill(vector, match)

Fill matched values with the previous unmatched value.

interpolate(vector, match, **kwarguments)

Fill matched values with the interpolated value.

mean(vector, match)

Fill matched values with the mean.

median(vector, match)

Fill matched values with the median.

mode(vector, match)

Fill matched values with the mode.