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

Add median function #3491

Open
MrPowers opened this issue Dec 4, 2024 · 1 comment
Open

Add median function #3491

MrPowers opened this issue Dec 4, 2024 · 1 comment
Labels
enhancement New feature or request p2 (backlog) Nice to have features

Comments

@MrPowers
Copy link

MrPowers commented Dec 4, 2024

Is your feature request related to a problem?

Daft does not support the median function. I just tried to run this h2o query:

select id4, id5, median(v3) as median_v3, stddev(v3) as sd_v3 from x group by id4, id5

Here's the error I got: daft.exceptions.InvalidSQLException: Unsupported SQL: 'Function median not found'.

Describe the solution you'd like

It would be great if median was supported. One step closer to getting Daft in the h2o benchmarks!

Describe alternatives you've considered

No response

Additional Context

No response

Would you like to implement a fix?

No

@MrPowers MrPowers added enhancement New feature or request needs triage labels Dec 4, 2024
@kevinzwang kevinzwang added p2 (backlog) Nice to have features backlog and removed needs triage labels Dec 4, 2024
@kevinzwang
Copy link
Member

kevinzwang commented Dec 4, 2024

Hi @MrPowers , thanks for raising this issue up! I've added it to our backlog, and we'll use this Issue to track its progress

@ccmao1130 ccmao1130 removed the backlog label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p2 (backlog) Nice to have features
Projects
None yet
Development

No branches or pull requests

3 participants