You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Removing/replacing accents (à, é, ô, ...)
Removing single and double quotes
Removing various brackets
Replacing "%" by "percent"
Replacing "#" by "number"
Removing other special characters ("!", ",", "$", ...)
Appending numbers to duplicate names (if needed)
I am still a beginner, but I can give a hand for the implementation as it will help me gain more experiences with Julia.
The text was updated successfully, but these errors were encountered:
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 thejanitor::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.
The text was updated successfully, but these errors were encountered: