Other methods
Prossa offers several methods to assist with different aspects of data preprocessing:
check_categorical_data(df): Check categorical data in the dataset.check_constant_columns(df): Check for constant columns in the dataset.check_imputation(df): Check for imputation and get recommendations.check_data_types(df): Check data types in the dataset.
Each of these methods takes a pandas DataFrame as an argument and returns relevant information or recommendations.