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

FIX-#2405: Make sure named aggregation work for Series objects #6892

Merged
merged 5 commits into from Jan 30, 2024

Conversation

anmyachev
Copy link
Collaborator

@anmyachev anmyachev commented Jan 26, 2024

What do these changes do?

  • first commit message and PR title follow format outlined here

    NOTE: If you edit the PR title to match this format, you need to add another commit (even if it's empty) or amend your last commit for the CI job that checks the PR title to pick up the new PR title.

  • passes flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
  • passes black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
  • signed commit with git commit -s
  • Resolves Named aggregation doesn't work with Series objects #2405
  • tests added and passing
  • module layout described at docs/development/architecture.rst is up-to-date

modin/pandas/base.py Fixed Show fixed Hide fixed
…bjects

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
@anmyachev anmyachev force-pushed the issue2405 branch 2 times, most recently from f75c108 to 76edff1 Compare January 29, 2024 19:51
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
@anmyachev
Copy link
Collaborator Author

@dchigarev could you take a look?

modin/pandas/base.py Outdated Show resolved Hide resolved
modin/pandas/groupby.py Outdated Show resolved Hide resolved
modin/pandas/groupby.py Outdated Show resolved Hide resolved
modin/pandas/groupby.py Outdated Show resolved Hide resolved
modin/pandas/test/test_groupby.py Outdated Show resolved Hide resolved
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
@anmyachev
Copy link
Collaborator Author

@YarShev all your comments are addressed.

YarShev
YarShev previously approved these changes Jan 30, 2024
modin/pandas/groupby.py Outdated Show resolved Hide resolved
modin/pandas/groupby.py Outdated Show resolved Hide resolved
modin/pandas/groupby.py Outdated Show resolved Hide resolved
anmyachev and others added 2 commits January 30, 2024 11:30
Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Copy link
Collaborator

@dchigarev dchigarev left a comment

Choose a reason for hiding this comment

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

LGTM

@YarShev YarShev merged commit 93e7aff into modin-project:master Jan 30, 2024
36 checks passed
@anmyachev anmyachev deleted the issue2405 branch January 30, 2024 11:32
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

Successfully merging this pull request may close these issues.

Named aggregation doesn't work with Series objects
3 participants