Skip to content

Adding Un-pivot implementation#80

Open
stahamtan wants to merge 4 commits into
cardillo:masterfrom
stahamtan:master
Open

Adding Un-pivot implementation#80
stahamtan wants to merge 4 commits into
cardillo:masterfrom
stahamtan:master

Conversation

@stahamtan
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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