Cast#

class sdm.processing.numerical.Cast(dtype: dtype)#

Bases: Processor

Cast numerical columns to a floating-point dtype.

Parameters:

dtype (dtype) – The floating-point dtype of the numerical columns.

Capabilities#

Handled Semantic Types

numerical

Requires Fitting

❌