Overview: FrameGO: Attribute

Detail: FrameGO: Attribute

Detail

FrameGO.STATIC

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

Detail

FrameGO.T

Transpose. Return a Frame with index as columns and vice versa.

Detail

FrameGO.columns

The IndexBase instance assigned for column labels.

Detail

FrameGO.dtypes

Return a Series of dytpes for each realizable column. Returns: Series

Detail

FrameGO.index

The IndexBase instance assigned for row labels.

Detail

FrameGO.memory

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

Detail

FrameGO.mloc

The memory locations, represented as an array of integers, of the underlying Num…

Detail

FrameGO.name

A hashable label attached to this container. Returns: Hashable

Detail

FrameGO.nbytes

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

Detail

FrameGO.ndim

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

Detail

FrameGO.shape

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

Detail

FrameGO.size

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

FrameGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Assignment | Selector | Iterator | Operator Binary | Operator Unary | Accessor Values | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression | Accessor Hashlib | Accessor Type Clinic