Replies: 1 comment
-
Hi @vovavili apologies for the late response. Pyjanitor tries not to replicate functions that already exist in Pandas. Thanks for the feedback - we do appreciate it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the API reference, many of pyjanitor's functions are to be deprecated in the 1.0 release in favor of either pandas' native methods or pyjanitor's transform_columns. In my personal subjective taste, I prefer to use janitor's more descriptive names in my ETL scripts than terse equivalents. 'add_columns' just reads nicer than 'assign'.
Is there a good reason to deprecate so many functions in the 1.0 release?
Beta Was this translation helpful? Give feedback.
All reactions