influxdata / influxdb-client-python

InfluxDB 2.0 python client
https://influxdb-client.readthedocs.io/en/stable/
MIT License
706 stars 185 forks source link

refactor(dataframe): avoid chained assignment in replace operation #638

Closed MattBrth closed 7 months ago

MattBrth commented 7 months ago

Closes #637

Proposed Changes

Checklist

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7a5f655) 90.40% compared to head (8c2775c) 90.40%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #638 +/- ## ======================================= Coverage 90.40% 90.40% ======================================= Files 39 39 Lines 3503 3503 ======================================= Hits 3167 3167 Misses 336 336 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MattBrth commented 7 months ago

Sure, no problem ! However it doesn't solve #613 @bednar