mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 11:41:58 +08:00
16f4944232
Pandas 0.18 deprecated passing "null-ish" values to pd.categorical. The expectation, instead, is that you use categorical's native support for missing data, which means the user will always get NaN's for missing entries of the categorical. A follow-up to this change should probably drop support for custom missing values entirely and to use LabelArray/categorical for integer data.