gusutabopb / aioinflux

Asynchronous Python client for InfluxDB
MIT License
159 stars 31 forks source link

Handle pandas nullable int and bool #41

Open AndyBryson opened 2 years ago

AndyBryson commented 2 years ago

The pandas data types pd.Int64Dtype and boolean serialize as <NA>. We need to remove those when we remove our other nan values.