pd.Series.take
¶
pandas.Series.take(indices, axis=0, is_copy=None)
Supported Arguments¶
argument | datatypes | other requirements |
---|---|---|
indices |
Array like with integer data | To have distributed data indices must be an array with the same distribution as S. |
Note
Bodo does not accept any additional arguments for Numpy compatibility