TheRoniOne / Cleaner.jl

A toolbox of simple solutions for common data cleaning problems.
https://theronione.github.io/Cleaner.jl/stable/
MIT License
34 stars 3 forks source link

Extending the polish_names() function #14

Closed CyuHat closed 7 months ago

CyuHat commented 7 months ago

Hi! Thank you for your nice package. I think it is a nice and useful implementation janitor in Julia.

As a Follow up to the conversation I had with kdpsingh from the TidierData.jl package, I wanted to know if you are open to improve the polish_names() function in your package to match some specificities of the janitor::clean_names() function from R. Mainly the following points:

I am still a beginner, but I can give a hand for the implementation as it will help me gain more experiences with Julia.

TheRoniOne commented 7 months ago

Fixed on version 1.1.0, check my PR for the details on how I did it if you are interested.