rllm.transforms.table_transforms.ColTransform¶
- class rllm.transforms.table_transforms.ColTransform[source]¶
Bases:
ABCAn abstract base class for transforming individual column features in table data. It provides a common interface for all column transformation operations. It ensures that the data is shallow-copied to prevent in-place modifications.