Encoding a column#
Constructs latent topics with continuous encoding. |
|
Encode string categorical features by applying the MinHash method to n-gram decompositions of strings. |
|
Encode string categories to a similarity matrix, to capture fuzziness across a few categories. |
|
Extract temporal features such as month, day of the week, … from a datetime column. |
|
Convert a string column to Categorical dtype. |
|
Parse datetimes represented as strings and return |
Convert DataFrame or column to Datetime dtype. |