Closed
Description
Hi,
in the documentation , it says
Any of the axes accessors may be the null slice :. Axes left out of the specification are assumed to be :, e.g. p.loc['a'] is equivalent to p.loc['a', :, :].
What does the third indexer mean in p.loc['a', :, :]
here ? Is it a typo?