Index.is_mixed() [source]
Panel.abs() [source] Return an object with absolute value taken?only applicable to objects that are all numeric. Returns: abs: type of caller
Series.dt.is_quarter_start Logical indicating if first day of quarter (defined by frequency)
Series.is_copy = None
CategoricalIndex.names
CategoricalIndex.identical(other) [source] Similar to equals, but check that other comparable attributes are also equal
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
TimedeltaIndex.is_monotonic_decreasing return if the index is monotonic decreasing (only equal or decreasing) values.
Panel.ftypes Return the ftypes (indication of sparse/dense and dtype) in this object.
Page 40 of 178