Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inheritance of joinery DataFrame #58

Closed
GladsonVas opened this issue Dec 7, 2016 · 1 comment
Closed

Inheritance of joinery DataFrame #58

GladsonVas opened this issue Dec 7, 2016 · 1 comment
Labels

Comments

@GladsonVas
Copy link

Is there a way to extend the joinery Dataframe class to add custom methods.

@cardillo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants