Detail: Yarn

Overview: Yarn

class Yarn(series, *, index=None, index_constructor=None, deepcopy_from_bus=False, indexer=None, hierarchy=None, name=None, own_index=False)[source]

A Series-like container made of an ordered collection of Bus. Yarn can be indexed independently of the contained Bus, permitting independent labels per contained Frame.

  • 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.

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

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

  • 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.

Yarn: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Accessor Hashlib | Accessor Type Clinic