xKDR / TSFrames.jl

Timeseries in Julia
MIT License
91 stars 22 forks source link

More `rename!` methods. #143

Closed codetalker7 closed 1 year ago

codetalker7 commented 1 year ago

This PR implements more rename! methods, inspired from DataFrames.jl's renaming interface.

Closes #61.

codecov-commenter commented 1 year ago

Codecov Report

Merging #143 (6f243c1) into main (5cab056) will increase coverage by 0.91%. The diff coverage is 68.18%.

@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
+ Coverage   88.64%   89.55%   +0.91%     
==========================================
  Files          20       20              
  Lines         414      431      +17     
==========================================
+ Hits          367      386      +19     
+ Misses         47       45       -2     
Impacted Files Coverage Δ
src/utils.jl 76.11% <68.18%> (+12.11%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

chiraganand commented 1 year ago

This is good, @codetalker7. Once you add the documentation and test cases just mark it as ready. Will merge it then.

codetalker7 commented 1 year ago

This is good, @codetalker7. Once you add the documentation and test cases just mark it as ready. Will merge it then.

Hi @chirag. I've added the docs and test cases.