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
check ExtensionType in is_datetime64_any_dtype for array-likes (pandas-dev#57060)
* check for ExtensionType in is_datetime64_any_dtype
* use pre-commit
* add test and move doc entry
* check not date in test
* fix condition
* check type is not datetime.date
* fix comparison
* move description to ExtensionArray
* return True for date types
0 commit comments