Closed quant12345 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.0%. Comparing base (
ddbb88e
) to head (2fd1cc5
). Report is 32 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please confirm that this PR has done the following:
Description of PR
This PR removes the warnings: FutureWarning:
Series.__setitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To set a value by position, use ser.iloc[pos] = value
tests to check: