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

[WIP] Pivot Operation #13

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

[WIP] Pivot Operation #13

wants to merge 5 commits into from

Conversation

Kriyszig
Copy link
Owner

@Kriyszig Kriyszig commented Sep 1, 2019

Consists of preliminary implementation for pivot operation.

TODO

  • Add limiting conditions for pivot operation
  • Document pivot

@Kriyszig Kriyszig added the WIP label Sep 1, 2019
@thewilsonator
Copy link

Nice. I'd split 7df3b65 into its own PR and merge it straight away since it is unrelated to pivoting and very useful for improving the speed.

* Added basic pivot operation
* Added unittests for homogeneous and heterogeneous dataframe

todo:
* Add limiting conditions
* Using foreach as the number of iterations can be found beforehand
* Changed loop range instead of using break
* Pivot takes care of clipping conditions when data size increases
the frame size
* Added necessary conditions to allow pivot operation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants