Skip to content

Commit 7f05647

Browse files
committed
Update other.jl
1 parent 76feaf4 commit 7f05647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataset/other.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ Refer to [`filter`](@ref) for exmaples.
10581058
10591059
See [`byrow`](@ref), [`filter`](@ref), [`delete!`](@ref), [`delete`](@ref)
10601060
"""
1061-
Base.filter!(ds::Dataset, cols::Union{Vector{T}, ColumnIndex, MultiColumnIndex}; type = all, kwargs...) = deleteat!(ds, .!byrow(ds, type, cols; kwargs...)) where T <: Union{<:Integer, Symbol, AbstractString}
1061+
Base.filter!(ds::Dataset, cols::Union{Vector{T}, ColumnIndex, MultiColumnIndex}; type = all, kwargs...) where T <: Union{<:Integer, Symbol, AbstractString} = deleteat!(ds, .!byrow(ds, type, cols; kwargs...))
10621062

10631063
# filter out `true`s
10641064
"""

0 commit comments

Comments
 (0)