Skip to content

Commit

Permalink
feat(janitor): add 'col' utility to functions
Browse files Browse the repository at this point in the history
This commit introduces the 'col' utility from the utils module into the janitor package.
This utility can now be accessed directly from the janitor package.
  • Loading branch information
ericmjl committed Oct 8, 2023
1 parent 837c657 commit f9a2cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions janitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from .accessors import * # noqa: F403, F401
from .functions import * # noqa: F403, F401
from .functions.utils import col # noqa: F403, F401
from .io import * # noqa: F403, F401
from .math import * # noqa: F403, F401
from .ml import get_features_targets as _get_features_targets
Expand Down

0 comments on commit f9a2cbb

Please sign in to comment.