-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix future warnings for pandas>=2.2 (#1494)
This PR fixes #1490. - Resolves FutureWarning messages when running qualification with pandas>=2.2 by using new form of `df.method({col: value}, inplace=True)` for `df.fillna()` calls. - Resolves SettingWithCopyWarning by making an explicit copy of input dataframe before modification. --------- Signed-off-by: Lee Yang <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters