alteryx / alteryx/woodwork

Use bottleneck to calculate nanmean in statistics function

オープン
#759 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
dependencies enhancement
主要言語
Python
スター
155
フォーク
24
PR マージ指標
30日以内にマージされた PR はありません

説明

- pandas docs mention [this](https://pandas.pydata.org/docs/getting_started/install.html#recommended-dependencies):
> bottleneck: for accelerating certain types of nan evaluations. bottleneck uses specialized cython routines to achieve large speedups. If installed, must be Version 1.2.1 or higher.

- We can use bottleneck to calculate the nanmean, and speed up our describe function
- We should make this an **optional dependency**
- It seems that we might just need to install `bottleneck` and we should be able to get the speed improvement, but we should verify this.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。