The document discusses indexing with callables, which allows for highly customizable indexing using [], .loc, and .iloc. It mentions that a single-argument function can be used to return indexing output, including lists of labels, booleans, and slices. However, it notes that there is no support for slice or boolean mask in this context.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
11 views1 page
Indexing With Call Able S
The document discusses indexing with callables, which allows for highly customizable indexing using [], .loc, and .iloc. It mentions that a single-argument function can be used to return indexing output, including lists of labels, booleans, and slices. However, it notes that there is no support for slice or boolean mask in this context.