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

Pivot Tool does way too much #7

Closed
nickzoic opened this issue Mar 7, 2023 · 3 comments
Closed

Pivot Tool does way too much #7

nickzoic opened this issue Mar 7, 2023 · 3 comments
Assignees

Comments

@nickzoic
Copy link
Collaborator

nickzoic commented Mar 7, 2023

It's hard to describe, and harder to understand.
Can it be split into separate Index, Pivot and Aggregate operations?

(Group By needs fixing up anyway)

@nickzoic nickzoic self-assigned this Mar 7, 2023
nickzoic added a commit that referenced this issue Mar 16, 2023
nickzoic added a commit that referenced this issue Apr 17, 2023
@nickzoic
Copy link
Collaborator Author

OK so the first step was to clean up the Group By tool ...
x
that was kind of successful but:

  • the squillions of little checkboxes are annoying.
  • (in pandas) you can ask for a median but there's no way to ask for a N%-ile for example.
  • you can join back to the original data to spread the grouped quantities out, but this is slightly annoying to do, this could become an option in the group by plugin:
    y

@nickzoic
Copy link
Collaborator Author

pivot plugin stripped back, probably can just be pandas pivot_table but not sure about dask support (see #21) so leaving this open for the mo.

@nickzoic
Copy link
Collaborator Author

nickzoic commented Jun 27, 2023

this is done for now, although there's some more thinking to do here wrt how much complexity each "tool" should have.
(see #18)

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

No branches or pull requests

1 participant