Overview: Bus: Attribute

Detail: Bus: Attribute

Detail

Bus.STATIC

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

Detail

Bus.dtype

Return the dtype of the underlying NumPy array. Returns: numpy.dtype

Detail

Bus.dtypes

Returns a Frame of dtype per column for all loaded Frames.

Detail

Bus.index

The index instance assigned to this container. Returns: Index

Detail

Bus.memory

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

Detail

Bus.mloc

Returns a Series showing a tuple of memory locations within each loaded Frame.

Detail

Bus.name

A hashable label attached to this container. Returns: Hashable

Detail

Bus.nbytes

Total bytes of data currently loaded in the Bus.

Detail

Bus.ndim

Return the number of dimensions, which for a Bus is always 1. Returns: int

Detail

Bus.shape

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

Detail

Bus.shapes

A Series describing the shape of each loaded Frame. Unloaded Frame will have a s…

Detail

Bus.size

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

Detail

Bus.status

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

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