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

FEAT: GroupByApply support sort #380

Open
aa452948257 opened this issue Apr 18, 2023 · 1 comment
Open

FEAT: GroupByApply support sort #380

aa452948257 opened this issue Apr 18, 2023 · 1 comment
Labels

Comments

@aa452948257
Copy link
Contributor

Is your feature request related to a problem? Please describe

x_stock_mean_df = x_stocks_df.groupby(
        'StockName', group_keys=True
    ).apply(lambda x: x.rolling(window=10).mean())

When doing GroupByApply, the results of Pandas are sorted, which is different from Xorbits.
We should add sort parameter just like Pandas.

@XprobeBot XprobeBot added this to the v0.3.0 milestone Apr 18, 2023
@XprobeBot XprobeBot modified the milestones: v0.3.0, v0.3.1 May 6, 2023
@XprobeBot XprobeBot modified the milestones: v0.3.1, v0.3.2 May 17, 2023
@RayJi01
Copy link
Contributor

RayJi01 commented May 31, 2023

take

@XprobeBot XprobeBot modified the milestones: v0.3.2, v0.4.1 Jul 1, 2023
@XprobeBot XprobeBot modified the milestones: v0.4.1, v0.4.3 Jul 11, 2023
@XprobeBot XprobeBot modified the milestones: v0.4.3, v0.5.1 Jul 28, 2023
@XprobeBot XprobeBot modified the milestones: v0.5.1, v0.5.2 Aug 14, 2023
@XprobeBot XprobeBot modified the milestones: v0.5.2, v0.6.0, v0.6.1 Sep 8, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.1, v0.6.2, v0.6.3 Sep 15, 2023
@XprobeBot XprobeBot modified the milestones: v0.6.3, v0.7.0 Sep 25, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.0, v0.7.1 Oct 23, 2023
@XprobeBot XprobeBot modified the milestones: v0.7.1, v0.7.2 Nov 21, 2023
@XprobeBot XprobeBot removed this from the v0.7.2 milestone Jan 5, 2024
@XprobeBot XprobeBot added this to the v0.7.3 milestone Jan 5, 2024
@XprobeBot XprobeBot modified the milestones: v0.7.3, v0.7.4 Aug 22, 2024
@luweizheng luweizheng removed this from the v0.7.4 milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants