Manipulation/selection#
|
Rename the series. |
|
Append a Series to this one. |
|
Get the index values that would sort this Series. |
|
Return the |
|
Cast between data types. |
Rounds up to the nearest integer value. |
|
|
Create an empty copy of the current Series, with zero to 'n' elements. |
|
Set values outside the given boundaries to the boundary value. |
|
Clip (limit) the values in an array to a |
|
Clip (limit) the values in an array to a |
Create a copy of this Series. |
|
Bin continuous values into discrete categories. |
|
Drop all floating point NaN values. |
|
Drop all null values. |
|
Explode a list Series. |
|
|
Extend the memory backed by this Series with the values from another. |
|
Extremely fast method for extending the Series with 'n' copies of a value. |
|
Fill floating point NaN value with a fill value. |
|
Fill null values using the specified value or strategy. |
|
Filter elements by a boolean mask. |
Rounds down to the nearest integer value. |
|
|
Take values by index. |
Take every nth value in the Series and return as new Series. |
|
|
Get the first |
|
Bin values into buckets and count their occurrences. |
|
Fill null values using interpolation. |
|
Return the Series as a scalar, or return the element at the given index. |
|
Get the first |
|
Create a new Series filled with values from the given index. |
Bin continuous values into discrete categories based on their quantiles. |
|
|
Create a single chunk of memory for this Series. |
|
Rename this Series. |
|
Reshape this Series to a flat Series or a Series of Lists. |
Return Series in reverse order. |
|
Get the lengths of runs of identical values. |
|
Map values to run IDs. |
|
|
Round underlying floating point data by |
|
Round to a number of significant figures. |
|
Sample from this Series. |
|
Set values at the index locations. |
|
Set masked values. |
|
Set values at the index locations. |
|
Shift values by the given number of indices. |
|
Shift values by the given number of places and fill the resulting null values. |
Shrink numeric columns to the minimal required datatype. |
|
|
Shrink Series memory usage. |
|
Shuffle the contents of this Series. |
|
Get a slice of this Series. |
|
Sort this Series. |
|
Get the last |
|
Take values by index. |
Take every nth value in the Series and return as new Series. |
|
|
Get dummy/indicator variables. |
|
Return the |
|
Get unique elements in series. |
|
Get a view into this Series data with a numpy array. |
|
Take values from self or other based on the given mask. |