Overview: Quilt: Attribute

Detail: Quilt: Attribute

Detail

Quilt.STATIC

bool(x) -> bool Returns True when the argument x is true, False otherwise. The b…

Detail

Quilt.bus

The Bus instance assigned to this Quilt.

Detail

Quilt.columns

The IndexBase instance assigned for column labels.

Detail

Quilt.index

The IndexBase instance assigned for row labels.

Detail

Quilt.memory

Return a MemoryDisplay, providing the size in memory of this object. For compoun…

Detail

Quilt.name

A hashable label attached to this container. Returns: Hashable

Detail

Quilt.nbytes

Return the total bytes of the underlying NumPy arrays. Returns: int

Detail

Quilt.ndim

Return the number of dimensions, which for a Frame is always 2. Returns: int

Detail

Quilt.shape

Return a tuple describing the shape of the underlying NumPy array. Returns: tp.T…

Detail

Quilt.size

Return the size of the underlying NumPy array. Returns: int

Detail

Quilt.status

Return a Frame indicating loaded status, size, bytes, and shape of all loaded Fr…

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