Skip to content

Commit

Permalink
add Series::first,last,approx_n_unique to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Oct 8, 2024
1 parent 133bf47 commit 76f3d73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py-polars/docs/source/reference/series/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Computation
Series.arctanh
Series.arg_true
Series.arg_unique
Series.approx_n_unique
Series.bitwise_count_ones
Series.bitwise_count_zeros
Series.bitwise_leading_ones
Expand Down Expand Up @@ -42,10 +43,12 @@ Computation
Series.ewm_std
Series.ewm_var
Series.exp
Series.first
Series.hash
Series.hist
Series.is_between
Series.kurtosis
Series.last
Series.log
Series.log10
Series.log1p
Expand Down

0 comments on commit 76f3d73

Please sign in to comment.