jceresearch / pydit

Library of data wrangling functions that an internal auditor typically needs (for my own use and learning, if you wish to use or collaborate pls get in touch, or use at your own peril).
https://pypi.org/project/pydit-jceresearch/
MIT License
2 stars 0 forks source link

coalesce_columns(): find an elegant way of stripping the trailing space when using concatenate option #28

Closed jceresearch closed 2 years ago

jceresearch commented 2 years ago
        #TODO: find an elegant way of stripping the trailing space in coalesce_columns() using concatenate option

https://github.com/jceresearch/pydit/blob/20bb4648a98808e9fd88c400d63828833ac7af7a/tests/test_coalesce_columns.py#L67

jceresearch commented 2 years ago

Done, and passes the tests