DatetimeIndex.is_numeric() [source]
Series.to_sparse(kind='block', fill_value=None) [source] Convert Series to SparseSeries Parameters: kind : {?block?, ?integer?} fill_value : float, defaults to NaN (missing) Returns: sp : SparseSeries
DatetimeIndex.year The year of the datetime
DatetimeIndex.week The week ordinal of the year
MultiIndex.levels
Series.is_monotonic_increasing Return boolean if values in the object are monotonic_increasing New in version 0.19.0. Returns: is_monotonic : boolean
GroupBy.aggregate(func, *args, **kwargs) [source]
DataFrame.bool() [source] Return the bool of a single element PandasObject. This must be a boolean scalar value, either True or False. Raise a ValueError if the PandasObject does not have exactly 1 element, or that element is not boolean
CategoricalIndex.asof_locs(where, mask) [source] where : array of timestamps mask : array of booleans where data is not NA
Index.is_mixed() [source]
Page 96 of 178