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. | |
| Return a boolean mask indicating the first occurrence of each distinct value. | |
| Return a boolean mask indicating the first occurrence of each distinct 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). | 
| Return a boolean mask indicating the last occurrence of each distinct value. | |
| Return a boolean mask indicating the last occurrence of each distinct value. | |
| 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. | |
| Return the number of elements in 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 occurrences of unique values. |