jacobkap / fastDummies

The goal of fastDummies is to quickly create dummy variables (columns) and dummy rows.
https://jacobkap.github.io/fastDummies/
Other
36 stars 9 forks source link

change group separator? #25

Closed burningdrop closed 3 years ago

burningdrop commented 3 years ago

hi, I am currently using your package (good work :) ) a lot and was wondering if it is possible to change group separator from "_" to "."?

jacobkap commented 3 years ago

Hi, to keep the package as simple as possible and to use the style convention that is common in R, I am going to only have the package return columns using an underscore separator.