Skip to content

Commit

Permalink
Merge pull request #148 from codetalker7/rename-docs-fix
Browse files Browse the repository at this point in the history
Minor fix in documentation for `rename!`.
  • Loading branch information
chiraganand authored Feb 10, 2023
2 parents dd702ea + 61e2466 commit 30902da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@ julia> TSFrames.rename(lowercase, ts)
2012-01-08 8 18
2012-01-09 9 19
2012-01-10 10 20
```
"""
function rename!(ts::TSFrame, colnames::AbstractVector{String}; makeunique::Bool=false)
rename!(ts, Symbol.(colnames), makeunique=makeunique)
Expand Down

0 comments on commit 30902da

Please sign in to comment.