-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
ExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.Needs TestsUnit test(s) needed to prevent regressionsUnit test(s) needed to prevent regressionsTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suitegood first issue
Milestone
Description
We need tests that assert
fillna
raises when passed an array of the wrong lengthfillna
returns a copy when there are no missing valuetake
raises when passed an invalid object forfill_value
(may be somewhat tricky to do in a base test).
These tests would go in https://github.com/pandas-dev/pandas/blob/master/pandas/tests/extension/base/methods.py and https://github.com/pandas-dev/pandas/blob/master/pandas/tests/extension/base/getitem.py
Metadata
Metadata
Assignees
Labels
ExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.Needs TestsUnit test(s) needed to prevent regressionsUnit test(s) needed to prevent regressionsTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suitegood first issue