29 comments (29 comments)1 reaction (1 reaction)1 assignee (1 assignee)Python1,217 stars (1,217 stars)164 forks (164 forks)batch import
available for hackingenhancementgood first issue
Description
This issue does not include a description.
- Issue type
- feature
- Research direction
- The issue requests extending `transform column` to handle multiple columns. Currently, `transform column` only works on a single column. The solution involves modifying the function signature to accept a list of columns and apply transformations to each. Check the pyjanitor source code in the ` column transformers` module for existing implementation. Look at the discussion in the issue for proposed designs and edge cases. Ensure backward compatibility.