You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: DatetimeIndex.array should return DatetimeArray instead of ExtensionArray (#1373)
* FIX: DatetimeIndex.array should return DatetimeArray instead of ExtensionArray
- Override array property in DatetimeIndex to return DatetimeArray
- Add test case to verify the correct type is returned
- Fixes issue where type checkers incorrectly identified return type
* Fix test formatting and following project development work flow
- establish the current poetry environment and run a complete test suite
- Use the check (assrt_Type (...)) pattern required by project standards
- Fix import order and code formatting through preset hook
- All tests and type of chips now passionally pass
0 commit comments