apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
329 stars 64 forks source link

Add missing aggregate functions #466

Open mesejo opened 10 months ago

mesejo commented 10 months ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do. I would like access to the full set of aggregate functions defined in the Rust library.

Describe the solution you'd like I would like to have Python bindings for the following functions:

General

Statistical

Describe alternatives you've considered None

viirya commented 10 months ago

Please add your PR on the particular functions it works on, in order to avoid conflict.

jiangzhx commented 10 months ago

I'm working on https://github.com/apache/arrow-datafusion-python/pull/498