Catalog.strip# Catalog.strip(inplace: bool = False) → Catalog | None# Remove all columns except the required ones defined in _required_cols. Parameters: inplace – Whether to perform the operation in place on the data. Returns: catalog – Catalog with the stripped columns.