allow to specify min_group_size in graphs that include grouping (e.g. using 'color', 'facet_row/col' etc.)
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 18.8k
- フォーク
- 2.8k
- 平均マージ
- 16時間 26分
- マージ済み PR(30日)
- 21
説明
when using 'grouped' plots, we'd often like to see trends/differentations between separate groups.
however, it is common that some of the groups are very 'small', thus the data shown for them is confusing (and sometunes also distorts the rest of the plot, because the range can be very large).
i think allowing specification of min_group_size (Optional[int]) can be very beneficial, mitigating this issue, and eliminating the need of boilerplate code from the user side.
thank you for all your great work!
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、color、facet_row、facet_colをサポートするグループ化プロットの経路を追跡し、次に既存のテストとグループ化の動作を調べます。これらのグループ化オプション全体で、無効な値や省略された値を含め、Optional[int] min_group_sizeをどのように適用するかを定義します。ユーザー側でフィルタリングしなくても小さいグループが一貫して除外され、サポート対象のグループ化ケースがカバーされていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100