Panel.xs(key, axis=1)
Panel.pipe(func, *args, **kwargs)
Panel.transpose(*args, **kwargs)
Panel.mul(other, axis=0)
Panel.get(key, default=None)
Panel.minor_xs(key)
Panel.sample(n=None, frac=None, replace=False, weights=None, random_state=None, axis=None)
Panel.to_sql(name, con, flavor=None, schema=None, if_exists='fail', index=True, index_label=None, chunksize=None, dtype=None)
Panel.rank(axis=0, method='average', numeric_only=None, na_option='keep', ascending=True, pct=False)
Panel.align(other, **kwargs)
Page 7 of 16