Closed GladsonVas closed 7 years ago
If the methods you would like to add are general purpose, consider submitting pull requests to have them added. If not, I would suggest wrapping a data frame instance, delegating to the data frame for common methods, and implementing custom methods on the wrapper.
Is there a way to extend the joinery Dataframe class to add custom methods.