Stop converting to `float64` dtype before qcut call
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 155
- Fork
- 24
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Due to a Pandas bug that doesn't allow calling `pd.qcut` on `Float64Dtype` columns, we had to add a conversion to `float64` in `statistics_utils._make_categorical_for_mutual_info` that should be removed once the bug is fixed.
- https://github.com/pandas-dev/pandas/issues/40730
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.