Closed jdebacker closed 2 months ago
This PR fixed some errors arising from deprecated packages (namely, pkg_resources) and methods (e.g., the behavior of the replace method on Pandas DataFrames.
pkg_resources
replace
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.91%. Comparing base (69cdc1a) to head (a917b80). Report is 10 commits behind head on master.
69cdc1a
a917b80
This PR fixed some errors arising from deprecated packages (namely,
pkg_resources
) and methods (e.g., the behavior of thereplace
method on Pandas DataFrames.