Open ieaves opened 4 years ago
Current test suite requires authors to intentionally define a set of test cases for each type where many of these common scenarios can be created in an automated fashion.
Standard variations should be able to: cast to string and include special values (np.nan, pd.NA, None, pd.NaT, np.inf, etc.)
np.nan
pd.NA
None
pd.NaT
np.inf
Current test suite requires authors to intentionally define a set of test cases for each type where many of these common scenarios can be created in an automated fashion.