Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test case to lock in behaviour (pandas-dev#48541)
* Added test case to lock in behaviour * In previous versions, concatenating to empty EA was resetting type information to np.object * Update whatsnew * Addressed code review comments * whatsnew: made "Loss of dtype" more specific and improved wording (EA -> ExtensionArray, etc) * testcase: moved test case to test_empty.py and use `tm.assert_frame_equal()` with an expected dataframe * Fixed style issue * Use concat/DataFrame as they were directly imported (instead of `pd...`) * Improved whatsnew entry as per suggestion Co-authored-by: Sven <you@example.com>
- Loading branch information