Panel.eq(other, axis=None)
Panel.compound(axis=None, skipna=None, level=None)
Panel.sem(axis=None, skipna=None, level=None, ddof=1, numeric_only=None, **kwargs)
Panel.mod(other, axis=0)
Panel.loc Purely label-location based indexer for selection by label. .loc[] is primarily label based
Panel.iloc Purely integer-location based indexing for selection by position. .iloc[] is primarily integer
Panel.tshift(periods=1, freq=None, axis='major')
Panel.var(axis=None, skipna=None, level=None, ddof=1, numeric_only=None, **kwargs)
Panel.as_matrix()
Panel.toLong(*args, **kwargs)
Page 8 of 16