Detail: SeriesHE

Overview: SeriesHE

class SeriesHE(values, *, index=None, name=<object object>, dtype=None, index_constructor=None, own_index=False)[source]

A hash/equals subclass of Series, permiting usage in a Python set, dictionary, or other contexts where a hashable container is needed. To support hashability, __eq__ is implemented to return a Boolean rather than an Boolean Series.

  • Constructor: Alternative constructors for creating instances.

  • Exporter: Methods for transforming, exporting, or serializing objects.

  • Attribute: Attributes for retrieving basic characteristics.

  • Method: Methods for general functionality.

  • Dictionary-Like: All dictionary-like methods and iterators.

  • Display: Methods for providing a text representation of the object.

  • Assignment: Interfaces for creating new containers with assignment-like specification.

  • Selector: Interfaces for selecting by position, label or Boolean.

  • Iterator: Interfaces for iterating (and applying functions to) elements, axis, groups, or windows.

  • Operator Binary: Underlying (magic) methods for binary operator implementation.

  • Operator Unary: Underlying (magic) methods for unary operator implementation.

  • Accessor Values: Interface for using NumPy functions on conatainers.

  • Accessor Datetime: Interface for extracting date and datetime characteristics on elements.

  • Accessor String: Interface for employing string methods on container elements.

  • Accessor Fill Value: Interface that permits supplying a fill value to be used when binary operator application forces reindexing.

  • Accessor Regular Expression: Interface exposing regular expression application on container elements.

  • Accessor Hashlib: Interface exposing cryptographic hashing via hashlib interfaces.

  • Accessor Type Clinic: Interface for providing a type hint from a container or validating a container against a type hint.

SeriesHE: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Assignment | Selector | Iterator | Operator Binary | Operator Unary | Accessor Values | Accessor Datetime | Accessor String | Accessor Fill Value | Accessor Regular Expression | Accessor Hashlib | Accessor Type Clinic