Panel.iat Fast integer location scalar accessor. Similarly to iloc, iat provides integer
Panel.cumprod(axis=None, skipna=True, *args, **kwargs)
Panel.pop(item)
Panel.astype(dtype, copy=True, raise_on_error=True, **kwargs)
Panel.to_long(*args, **kwargs)
Panel.rename_axis(mapper, axis=0, copy=True, inplace=False)
Panel.get_value(*args, **kwargs)
Panel.take(indices, axis=0, convert=True, is_copy=True, **kwargs)
Panel.get_ftype_counts()
classmethod Panel.fromDict(data, intersect=False, orient='items', dtype=None)
Page 1 of 16