Attributes Flashcards
T
Return the transpose, which is by definition self.
array
The ExtensionArray of the data backing this Series or Index.
at
Access a single value for a row/column label pair.
attrs
Dictionary of global attributes of this dataset.
axes
Return a list of the row axis labels.
dtype
Return the dtype object of the underlying data.
dtypes
Return the dtype object of the underlying data.
empty
Indicator whether Series/DataFrame is empty.
flags
Get the properties associated with this pandas object.
hasnans
Return True if there are any NaNs.
iat
Access a single value for a row/column pair by integer position.
iloc
(DEPRECATED) Purely integer-location based indexing for selection by position.
index
The index (axis labels) of the Series.
is_monotonic_decreasing
Return boolean if values in the object are monotonically decreasing.
is_monotonic_increasing
Return boolean if values in the object are monotonically increasing.