skoot.base
skoot.decorators
skoot.balance
skoot.datasets
skoot.decomposition
skoot.exploration
skoot.feature_extraction
skoot.feature_selection
skoot.model_validation
skoot.preprocessing
skoot.utils
skoot.utils.
get_datetime_columns
Get all datetime features from a pandas DataFrame.
This function selects all datetime columns from a pandas DataFrame that are within the np.datetime family.
np.datetime
X : pd.DataFrame
The input dataframe.