Miscellaneous#

Series.apply(function[, return_dtype, ...])

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

Series.equals(other, *[, null_equal, strict])

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.series_equal(other, *[, null_equal, ...])

Check whether the Series is equal to another Series.

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.