ExPolars.Series (ExPolars v0.1.0-dev) View Source

Documentation for Series.

Link to this section Summary

Functions

Set masked values.

Reduce this Series to the sum value.

Link to this section Functions

See ExPolars.Native.s_add/2.

See ExPolars.Native.s_append/2.

See ExPolars.Native.s_arg_true/1.

See ExPolars.Native.s_arg_unique/1.

Link to this function

argsort(s, reverse \\ false)

View Source

See ExPolars.Native.s_argsort/2.

See ExPolars.Native.s_as_duration/1.

See ExPolars.Native.s_chunk_lengths/1.

See ExPolars.Native.s_clone/1.

Link to this function

datetime_str_fmt(s, fmt)

View Source

See ExPolars.Native.s_datetime_str_fmt/2.

See ExPolars.Native.s_day/1.

See ExPolars.Native.s_drop_nulls/1.

See ExPolars.Native.s_dtype/1.

See ExPolars.Native.s_eq/2.

See ExPolars.Native.s_explode/1.

See ExPolars.Native.s_fill_none/2.

See ExPolars.Native.s_filter/2.

See ExPolars.Native.s_get_list/2.

See ExPolars.Native.s_gt/2.

See ExPolars.Native.s_gt_eq/2.

See ExPolars.Native.s_head/2.

See ExPolars.Native.s_hour/1.

See ExPolars.Native.s_is_duplicated/1.

See ExPolars.Native.s_is_not_null/1.

See ExPolars.Native.s_is_null/1.

See ExPolars.Native.s_is_unique/1.

See ExPolars.Native.s_len/1.

See ExPolars.Native.s_limit/2.

See ExPolars.Native.s_lt/2.

See ExPolars.Native.s_lt_eq/2.

See ExPolars.Native.s_minute/1.

See ExPolars.Native.s_month/1.

See ExPolars.Native.s_mul/2.

See ExPolars.Native.s_n_chunks/1.

See ExPolars.Native.s_name/1.

See ExPolars.Native.s_nanosecond/1.

See ExPolars.Native.s_neq/2.

Link to this function

new_duration_ns(name, data)

View Source

See ExPolars.Native.s_new_duration_ns/2.

See ExPolars.Native.s_not/1.

See ExPolars.Native.s_null_count/1.

See ExPolars.Native.s_ordinal_day/1.

See ExPolars.Native.s_rechunk/1.

See ExPolars.Native.s_rename/2.

Link to this function

rolling_max(s, window_size, weight \\ nil, ignore_null \\ false)

View Source

See ExPolars.Native.s_rolling_max/4.

Link to this function

rolling_mean(s, window_size, weight \\ nil, ignore_null \\ false)

View Source

See ExPolars.Native.s_rolling_mean/4.

Link to this function

rolling_min(s, window_size, weight \\ nil, ignore_null \\ false)

View Source

See ExPolars.Native.s_rolling_min/4.

Link to this function

rolling_sum(s, window_size, weight \\ nil, ignore_null \\ false)

View Source

See ExPolars.Native.s_rolling_sum/4.

Link to this function

sample(s, n_or_frac, with_replacement \\ false)

View Source

See ExPolars.Native.s_div/2.

See ExPolars.Native.s_second/1.

Link to this function

series_equal(s, other, null_equal \\ false)

View Source

See ExPolars.Native.s_series_equal/3.

Set masked values.

Parameters

filter

Boolean mask

value

Value to replace the the masked values with.

See ExPolars.Native.s_shift/2.

Link to this function

slice(s, offset, length)

View Source

See ExPolars.Native.s_slice/3.

Link to this function

sort(s, reverse \\ false)

View Source

See ExPolars.Native.s_sort/2.

See ExPolars.Native.s_str_contains/2.

See ExPolars.Native.s_str_lengths/1.

Link to this function

str_parse_date32(s, fmt)

View Source

See ExPolars.Native.s_str_parse_date32/2.

Link to this function

str_parse_date64(s, fmt)

View Source

See ExPolars.Native.s_str_parse_date64/2.

Link to this function

str_replace(s, pat, val)

View Source

See ExPolars.Native.s_str_replace/3.

Link to this function

str_replace_all(s, pat, val)

View Source

See ExPolars.Native.s_str_replace_all/3.

See ExPolars.Native.s_str_to_lowercase/1.

See ExPolars.Native.s_str_to_uppercase/1.

See ExPolars.Native.s_sub/2.

Reduce this Series to the sum value.

See ExPolars.Native.s_tail/2.

See ExPolars.Native.s_take/2.

See ExPolars.Native.s_take_every/2.

Link to this function

take_with_series(s, indeces)

View Source

See ExPolars.Native.s_take_with_series/2.

See ExPolars.Native.s_to_dummies/1.

See ExPolars.Native.s_unique/1.

See ExPolars.Native.s_value_counts/1.

See ExPolars.Native.s_year/1.

Link to this function

zip_with(s, mask, other)

View Source

See ExPolars.Native.s_zip_with/3.