Skip to content

Commit

Permalink
Fix doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpsingh committed Sep 3, 2024
1 parent c457c09 commit f55d2d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docstrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2899,14 +2899,14 @@ julia> @chain df begin
julia> @chain df begin
@slice_min(b, n = 3)
end
end
3×3 DataFrame
Row │ a b c
│ Float64? Float64? Float64?
─────┼────────────────────────────────
1 │ missing 0.3 0.2
2 │ 0.2 2.0 0.2
3 │ missing 3.0 missing
2 │ missing 0.3 missing
3 │ 0.2 2.0 0.2
julia> @chain df begin
@slice_min(b, prop = 0.5, missing_rm = true)
Expand Down

0 comments on commit f55d2d5

Please sign in to comment.