0% 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.

Uploaded by

Logess War
Copyright
© © All Rights Reserved
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% 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.

Uploaded by

Logess War
Copyright
© © All Rights Reserved
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
You are on page 1/ 1

Indexing With Callables

used for highly customizable indexing


work with [], .loc and .iloc
a single-argument function that returns indexing output

a list of labels no slice or boolean


mask support
list of booleans
a slice, etc

You might also like