get_n_cases¶ get_n_cases(X)[source]¶ Return the number of cases in a collectiom. Handle the single exception of multi index DataFrame. Parameters: XcollectionSee aeon.utils.COLLECTIONS_DATA_TYPES for details. Returns: intNumber of cases.