On this page
pandas.Panel4D.xs
Panel4D.xs(key, axis=1, copy=None)
-
Return slice of panel along selected axis
Parameters: key : object
Label
axis : {‘items’, ‘major’, ‘minor}, default 1/’major’
copy : boolean [deprecated]
Whether to make a copy of the data
Returns: y : ndim(self)-1
Notes
xs is only for getting, not setting values.
MultiIndex Slicers is a generic way to get/set values on any level or levels and is a superset of xs functionality, see MultiIndex Slicers
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.Panel4D.xs.html