Skip to content

Commit

Permalink
Add docstring for mask= in LocBody
Browse files Browse the repository at this point in the history
  • Loading branch information
jrycw committed Dec 17, 2024
1 parent e2d150d commit 993baff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions great_tables/_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,14 @@ class LocBody(Loc):
rows
The rows to target. Can either be a single row name or a series of row names provided in a
list.
mask
The cells to target. If the underlying wrapped DataFrame is a Polars DataFrame,
you can pass a Polars expression for cell-based selection. This argument must be used
exclusively and cannot be combined with the `columns=` or `rows=` arguments.
:::{.callout-warning}
`mask=` is still experimental.
:::
Returns
-------
Expand Down

0 comments on commit 993baff

Please sign in to comment.