introduce standardize_column_order()
#474
Labels
3 investigators ❔❓
Need to look further into this issue
Enhancement 💥
Implemented features can be improved or revised
Feature idea 🔥
New feature or request
In
{parameters}
, we are repeating ourselves a ton while reordering columns.We can avoid this by introducing a function like
standardize_column_order()
, which would standardize column ordering.The function signature would be similar to
standardize_names()
:This way, if someone has adopted
{broom}
naming conventions, they would still be able to standardize column order for their dataframe.If you think this is a good idea, I can work on it.
The text was updated successfully, but these errors were encountered: