Miscellaneous#

Series.equals(other, *[, check_dtypes, ...])

Check whether the Series is equal to another Series.

Series.map_elements(function[, ...])

Map a custom/user-defined function (UDF) over elements in this Series.

Series.reinterpret(*[, signed])

Reinterpret the underlying bits as a signed/unsigned integer.

Series.set_sorted(*[, descending])

Flags the Series as 'sorted'.

Series.to_physical()

Cast to physical representation of the logical dtype.

Series.get_chunks()

Get the chunks of this Series as a list of Series.