API: pd.Series([py_date, py_datetime]) vs pd.Index([py_date, py_datetime]) #49341
Labels
API - Consistency
Internal Consistency of API/Behavior
Bug
Constructors
Series/DataFrame/Index/pd.array Constructors
Needs Triage
Issue that has not been reviewed by a pandas team member
Index uses lib.maybe_convert_objects for inference while Series uses infer_datetimelike_array in maybe_infer_to_datetimelike.
Ideally these would match.
The text was updated successfully, but these errors were encountered: