skoot.utils.get_datetime_columns

skoot.utils.get_datetime_columns(X)[source][source]

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.

Parameters:

X : pd.DataFrame

The input dataframe.