Overview: FrameHE: Attribute

Detail: FrameHE: Attribute

Detail

FrameHE.STATIC

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

Detail

FrameHE.T

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

Detail

FrameHE.columns

The IndexBase instance assigned for column labels.

Detail

FrameHE.dtypes

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

Detail

FrameHE.index

The IndexBase instance assigned for row labels.

Detail

FrameHE.memory

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

Detail

FrameHE.mloc

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

Detail

FrameHE.name

A hashable label attached to this container. Returns: Hashable

Detail

FrameHE.nbytes

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

Detail

FrameHE.ndim

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

Detail

FrameHE.shape

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

Detail

FrameHE.size

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

FrameHE: 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