Panel.pct_change(periods=1, fill_method='pad', limit=None, freq=None, **kwargs)
classmethod Panel.from_dict(data, intersect=False, orient='items', dtype=None)
Panel.sort_values(by, axis=0, ascending=True, inplace=False, kind='quicksort', na_position='last')
Panel.to_long(*args, **kwargs)
Panel.bool()
Panel.axes Return index label(s) of the internal NDFrame
Panel.mask(cond, other=nan, inplace=False, axis=None, level=None, try_cast=False, raise_on_error=True)
Panel.get_value(*args, **kwargs)
Panel.rename_axis(mapper, axis=0, copy=True, inplace=False)
Panel.iat Fast integer location scalar accessor. Similarly to iloc, iat provides integer
Page 2 of 16