Overview: SeriesHE: Attribute

Detail: SeriesHE: Attribute

Detail

SeriesHE.STATIC

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

Detail

SeriesHE.T

Transpose. For a 1D immutable container, this returns a reference to self. Retur…

Detail

SeriesHE.dtype

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

Detail

SeriesHE.index

The index instance assigned to this container. Returns: Index

Detail

SeriesHE.memory

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

Detail

SeriesHE.mloc

The memory location, represented as an integer, of the underlying NumPy array.

Detail

SeriesHE.name

A hashable label attached to this container. Returns: Hashable

Detail

SeriesHE.nbytes

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

Detail

SeriesHE.ndim

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

Detail

SeriesHE.shape

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

Detail

SeriesHE.size

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

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