You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An explanation for when partial indexing without the usage of .loc[] is applicable would be helpful or choosing an example that works in the current version. Trying to reproduce documentation code that does not work leads to confusion.
The text was updated successfully, but these errors were encountered:
Location of the documentation
Basic indexing on axis with MultiIndex
Documentation problem
The following example seems not to work:
The code throws an error:
When asking for help, it is suggested to use
df.loc["bar"]
instead with as shown in another part of the documentation (advanced indexing with hierarchical index).Suggested fix for documentation
An explanation for when partial indexing without the usage of
.loc[]
is applicable would be helpful or choosing an example that works in the current version. Trying to reproduce documentation code that does not work leads to confusion.The text was updated successfully, but these errors were encountered: