Descriptive#
Get the length of each individual chunk. |
|
|
Quick summary statistics of a series. |
|
Return an estimation of the total (heap) allocated size of the Series. |
Return True if the Series has a validity bitmask. |
|
Check if this Series is a Boolean. |
|
Get mask of all duplicated values. |
|
Check if the Series is empty. |
|
Returns a boolean Series indicating which values are finite. |
|
Get a mask of the first unique value. |
|
Check if this Series has floating point numbers. |
|
|
Check if elements of this Series are in the other Series. |
Returns a boolean Series indicating which values are infinite. |
|
|
Check if this Series datatype is an integer (signed or unsigned). |
Returns a boolean Series indicating which values are not NaN. |
|
Returns a boolean Series indicating which values are not NaN. |
|
Returns a boolean Series indicating which values are not null. |
|
Returns a boolean Series indicating which values are null. |
|
Check if this Series datatype is numeric. |
|
|
Check if the Series is sorted. |
|
Check if this Series datatype is temporal. |
Get mask of all unique values. |
|
Check if this Series datatype is a Utf8. |
|
Length of this Series. |
|
Return the lower bound of this Series' dtype as a unit Series. |
|
Get the number of chunks that this Series contains. |
|
Count the number of unique values in this Series. |
|
Count the null values in this Series. |
|
Return a count of the unique values in the order of appearance. |
|
Return the upper bound of this Series' dtype as a unit Series. |
|
|
Count the unique values in a Series. |