Skip to content

Commit

Permalink
improve names docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Sep 22, 2024
1 parent ef37096 commit d1d0b54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/abstractdataframe/abstractdataframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ selector (this is useful in particular with regular expressions, `Cols`, `Not`,
* a `Function` predicate taking the column name as a string and returning `true`
for columns that should be kept
See also [`propertynames`](@ref) which returns a `Vector{Symbol}`.
See also [`propertynames`](@ref) which returns a `Vector{Symbol}`
(except for `GroupedDataFrame` in which case use `Symbol.(names(df))`).
# Examples
Expand Down

0 comments on commit d1d0b54

Please sign in to comment.