Stop calling astype('Float64') after `replace` call once Pandas bug is fixed
未关闭
- 主要语言
- Python
- 星标
- 155
- 派生
- 24
- PR 合并指标
- 30 天内没有已合并 PR
描述
Had to add a call to convert the dtype back to `Float64` after a `DataFrame.replace` call because of a Pandas bug.
https://github.com/alteryx/woodwork/pull/755/files#diff-75cb54847db4ed09b32148b93f1f543df16a421473154cb17085ff4932277ba8R1140
It should be removed once the bug is fixed and the `replace` call doesn't change the dtype.
- https://github.com/pandas-dev/pandas/issues/40732
贡献指南
评估
这个 Issue 还没有评估数据。