Skip to content

0.6.3

Compare
Choose a tag to compare
@flexatone flexatone released this 09 Mar 19:34

Improvements to any and all methods on all containers when using skipna=True and NAs are presernt; now, a TypeError will now be raised when NAs are found and skipna=False.

When converting from Pandas 1.0 extension dtypes, proper NumPy types are used if no pd.NA are present; if pd.NA are present, they are replaced with np.nan in the resulting object array.