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

Adding Un-pivot implementation #80

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

stahamtan
Copy link

I have used joinery on a project and found unpivot method quite useful in processing dataframes. I have added my implementation, as well as unit test. Will be glad if you review and let me know your thoughts.

Copy link
Owner

@cardillo cardillo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the new feature, I'll gladly merge and release once the (minor) comments are addressed.

import joinery.DataFrame;

public class Unpivoting {
@SuppressWarnings("unchecked")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please standardized on spaces (not tabs) for whitespace.

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

Successfully merging this pull request may close these issues.

2 participants