TheRoniOne / Cleaner.jl

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

Should polish_names also remove apostrophes ? #11

Closed yolhan83 closed 10 months ago

yolhan83 commented 10 months ago

Hello, I recently encountered an issue while using the @cleannames function in TiderData.jl. It seems that the function doesn't remove apostrophes, which is problematic for my current use case. Could you please add a functionality to handle this? I think replacing apostrophes with underscores () would be an acceptable solution. Thank you for your assistance.

TheRoniOne commented 10 months ago

Released version 1.0.5 fixing this issue