Skip to content

Commit e3caf89

Browse files
authored
improve names docstring (#3178)
1 parent 2ee6d7f commit e3caf89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/abstractdataframe/abstractdataframe.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ Return a freshly allocated `Vector{String}` of names of columns contained in `df
3939
If `cols` is passed then restrict returned column names to those matching the
4040
selector (this is useful in particular with regular expressions, `Cols`, `Not`, and `Between`).
4141
`cols` can be:
42-
* any column selector ($COLUMNINDEX_STR; $MULTICOLUMNINDEX_STR)
42+
* any column selector ($COLUMNINDEX_STR; $MULTICOLUMNINDEX_STR); these column
43+
selectors are documented in the [General rules](@ref) section of the [Indexing](@ref)
44+
part of the DataFrames.jl manual
4345
* a `Type`, in which case names of columns whose `eltype` is a subtype of `T`
4446
are returned
4547
* a `Function` predicate taking the column name as a string and returning `true`

0 commit comments

Comments
 (0)