Overview: Series: Attribute

Detail: Series: Attribute

Detail

Series.STATIC

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

Detail

Series.T

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

Detail

Series.dtype

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

Detail

Series.index

The index instance assigned to this container. Returns: Index

Detail

Series.memory

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

Detail

Series.mloc

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

Detail

Series.name

A hashable label attached to this container. Returns: Hashable

Detail

Series.nbytes

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

Detail

Series.ndim

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

Detail

Series.shape

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

Detail

Series.size

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

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