Overview: Bus: Method

Detail: Bus: Method

Detail

Bus.__bool__()

Raises ValueError to prohibit ambiguous use of truthy evaluation.

Detail

Bus.__len__()

Length of values.

Detail

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

Bus.head(count)

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

Detail

Bus.rehierarch(depth_map, *, index_constructors)

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

Detail

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

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

Detail

Bus.relabel(index, *, index_constructor)

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

Detail

Bus.relabel_flat()

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

Detail

Bus.relabel_level_add(level)

Return a new Bus, adding a new root level to an existing IndexHierarchy, or crea…

Detail

Bus.relabel_level_drop(count)

Return a new Bus, dropping one or more levels from a either the root or the leav…

Detail

Bus.rename(name)

Return a new Bus with an updated name attribute.

Detail

Bus.roll(shift, *, include_index)

Return a Bus with values rotated forward and wrapped around the index (with a po…

Detail

Bus.shift(shift, *, fill_value)

Return a Bus with values shifted forward on the index (with a positive shift) or…

Detail

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

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

Detail

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

Return a new Bus ordered by the sorted values. Note that as a Bus contains Frame…

Detail

Bus.tail(count)

Return a Bus consisting only of the bottom elements as specified by count. s Arg…

Detail

Bus.unpersist()

Replace all loaded Frame with FrameDeferred.

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