Skip to content

Commit

Permalink
add missing leading_zeros and move bitwise_ aggregations to aggregati…
Browse files Browse the repository at this point in the history
…ons section
  • Loading branch information
orlp committed Oct 2, 2024
1 parent fcc3528 commit d9f9d17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions py-polars/docs/source/reference/expressions/aggregation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Aggregation
Expr.approx_n_unique
Expr.arg_max
Expr.arg_min
Expr.bitwise_and
Expr.bitwise_or
Expr.bitwise_xor
Expr.count
Expr.first
Expr.implode
Expand Down
4 changes: 1 addition & 3 deletions py-polars/docs/source/reference/expressions/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ Computation
Expr.bitwise_count_ones
Expr.bitwise_count_zeros
Expr.bitwise_leading_ones
Expr.bitwise_leading_zeros
Expr.bitwise_trailing_ones
Expr.bitwise_trailing_zeros
Expr.bitwise_and
Expr.bitwise_or
Expr.bitwise_xor
Expr.cbrt
Expr.cos
Expr.cosh
Expand Down
1 change: 1 addition & 0 deletions py-polars/docs/source/reference/series/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Computation
Series.bitwise_count_ones
Series.bitwise_count_zeros
Series.bitwise_leading_ones
Series.bitwise_leading_zeros
Series.bitwise_trailing_ones
Series.bitwise_trailing_zeros
Series.bitwise_and
Expand Down

0 comments on commit d9f9d17

Please sign in to comment.