chore: Bump pandas to 1.4.4 (#21285)

This commit is contained in:
EugeneTorap
2022-09-02 13:05:22 +03:00
committed by GitHub
parent f71ee2e7bc
commit 60db0bb47e
3 changed files with 2 additions and 5 deletions

View File

@@ -49,9 +49,6 @@ def contribution(
"""
contribution_df = df.copy()
numeric_df = contribution_df.select_dtypes(include=["number", Decimal])
# TODO: copy needed due to following regression in 1.4, remove if not needed:
# https://github.com/pandas-dev/pandas/issues/48090
numeric_df = numeric_df.copy()
numeric_df.fillna(0, inplace=True)
# verify column selections
if columns: