Overview: Quilt: Method

Detail: Quilt: Method

Detail

Quilt.__bool__()

Raises ValueError to prohibit ambiguous use of truthy evaluation.

Detail

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

Quilt.head(count)

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

Detail

Quilt.rename(name)

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

Detail

Quilt.sample(index, columns, *, seed)

Randomly (optionally made deterministic with a fixed seed) extract items from th…

Detail

Quilt.tail(count)

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

Detail

Quilt.unpersist()

For the Bus or Yarn contained in this object, replace all loaded Frame with Fram…

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