kpi: Fix NA(dtype) to return object with the same dtype
We were not caring about that and so previously e.g. NA(np.int16) was giving int instead of np.int16 . Fix it.
Showing
Please register or sign in to comment
We were not caring about that and so previously e.g. NA(np.int16) was giving int instead of np.int16 . Fix it.