ExPolars.Series (ExPolars v0.3.1-dev) View Source
Documentation for Series
.
Link to this section Summary
Functions
Append a Series to this one.
Filter elements by a boolean mask
Take n elements from this Series.
Get the number of chunks that this Series contains.
Set masked values.
Get a slice of this Series
Reduce this Series to the sum value.
Link to this section Types
Specs
s() :: ExPolars.Series
Specs
t() :: ExPolars.DataFrame
Link to this section Functions
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Append a Series to this one.
Parameters
other
Series to append
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Filter elements by a boolean mask
Parameters
filter
Boolean mask
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Take n elements from this Series.
Parameters
num_elements
Amount of elements to take.
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Get the number of chunks that this Series contains.
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Set masked values.
Parameters
filter
Boolean mask
value
Value to replace the the masked values with.
Specs
Specs
Get a slice of this Series
Parameters
offset
Offset index.
length
Length of the slice.
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Specs
Reduce this Series to the sum value.