aioinflux icon indicating copy to clipboard operation
aioinflux copied to clipboard

Handle pandas nullable int and bool

Open AndyBryson opened this issue 3 years ago • 0 comments

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

AndyBryson avatar Feb 22 '22 17:02 AndyBryson