Overview: Yarn: Method#

Detail: Yarn: Method

Detail

Yarn.__bool__()

Raises ValueError to prohibit ambiguous use of truthy evaluation.

Detail

Yarn.__copy__()

Return a shallow copy of this Yarn.

Detail

Yarn.__len__()

Length of values.

Detail

Yarn.copy()

Return a shallow copy of this Yarn.

Detail

Yarn.equals(other, /, *, compare_name, compare_dtype, compare_class, skipna)

Return a bool from comparison to any other object. Note: this will attempt to lo…

Detail

Yarn.head(count, /)

Return a Yarn consisting only of the top elements as specified by count. Args: c…

Detail

Yarn.persist[key]

Label-based selection.

Detail

Yarn.persist.iloc[key]

Integer-position based selection.

Detail

Yarn.persist.loc[key]

Label-based selection.

Detail

Yarn.persist()

Persist all Frame.

Detail

Yarn.rehierarch(depth_map, /, *, index_constructors)

Return a new Series with new a hierarchy based on the supplied depth_map.

Detail

Yarn.reindex(index, *, fill_value, own_index, check_equals)

Return a new Bus with labels defined by the provided index. The size and orderin…

Detail

Yarn.relabel(index)

Return a new Yarn with transformed labels on the index. The size and ordering of…

Detail

Yarn.relabel_flat()

Return a new Yarn, where an IndexHierarchy (if defined) is replaced with a flat,…

Detail

Yarn.relabel_level_add(level, /)

Return a new Yarn, adding a new root level to an existing IndexHierarchy, or cre…

Detail

Yarn.relabel_level_drop(count, /)

Return a new Yarn, dropping one or more levels from a either the root or the lea…

Detail

Yarn.rename(name, /)

Return a new Yarn with an updated name attribute. Args: name

Detail

Yarn.roll(shift, /, *, include_index)

Return a Yarn with values rotated forward and wrapped around the index (with a p…

Detail

Yarn.shift(shift, /, *, fill_value)

Return a Yarn with values shifted forward on the index (with a positive shift) o…

Detail

Yarn.sort_index(*, ascending, kind, key)

Return a new Yarn ordered by the sorted Index. Args: * ascendings: Boolean, or i…

Detail

Yarn.sort_values(*, ascending, kind, key)

Return a new Yarn ordered by the sorted values. Note that as a Yarn contains Fra…

Detail

Yarn.tail(count, /)

Return a Yarn consisting only of the bottom elements as specified by count. s Ar…

Detail

Yarn.unpersist()

For the Bus contained in this object, replace all loaded Frame with FrameDeferre…

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