pydata / bottleneck

Fast NumPy array functions written in C
BSD 2-Clause "Simplified" License
1.05k stars 101 forks source link

Can you add 'nanquantile' to this project? #433

Open sysy007uuu opened 1 year ago

sysy007uuu commented 1 year ago

I would like to suggest optimizing the performance of the nanquantile function in NumPy. Although it is a commonly used function for handling arrays with missing values, its execution speed is relatively slow. Enhancing the performance of nanquantile would greatly benefit computations involving arrays with NaN values.

rdbisme commented 1 year ago

Hello @sysy007uuu, currently not enough bandwidth to add more features, but feel free to propose a PR! :)

maawoo commented 11 months ago

For reference: https://github.com/numpy/numpy/issues/16575