influxdata / influxdb-client-python

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

fix: serialize Pandas NaN values into LineProtocol #648

Closed bednar closed 4 months ago

bednar commented 5 months ago

Closes #590

Proposed Changes

Fixed serialisation Pandas NaN values into LineProtocol.

Checklist

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 90.41%. Comparing base (a645ea9) to head (1afb72e).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #648 +/- ## ========================================== - Coverage 90.42% 90.41% -0.02% ========================================== Files 39 39 Lines 3509 3505 -4 ========================================== - Hits 3173 3169 -4 Misses 336 336 ```

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