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. |
Check whether the Series contains one or more null values. |
|
Check whether the Series contains one or more null values. |
|
Get mask of all duplicated values. |
|
Check if the Series is empty. |
|
Returns a boolean Series indicating which values are finite. |
|
Return a boolean mask indicating the first occurrence of each distinct value. |
|
|
Check if elements of this Series are in the other Series. |
Returns a boolean Series indicating which values are infinite. |
|
Return a boolean mask indicating the last occurrence of each distinct value. |
|
Returns a boolean Series indicating which values are 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 the Series is sorted. |
Get mask of all unique values. |
|
Return the number of elements in the 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 occurrences of unique values. |