aioinflux
aioinflux copied to clipboard
Handle pandas nullable int and bool
The pandas data types pd.Int64Dtype
and boolean
serialize as <NA>
. We need to remove those when we remove our other nan values.