Panel.__iter__()
Panel.transpose(*args, **kwargs)
Panel.eq(other, axis=None)
Panel.compound(axis=None, skipna=None, level=None)
Panel.loc Purely label-location based indexer for selection by label. .loc[] is primarily label based
Panel.mod(other, axis=0)
Panel.get(key, default=None)
Panel.ne(other, axis=None)
Panel.to_hdf(path_or_buf, key, **kwargs)
Panel.clip_upper(threshold, axis=None)
Page 9 of 16