ts = pd.Timestamp.now() vals= [ts.date(), ts.to_pydatetime()] ser = pd.Series(vals) # <- dt64 dtype idx = pd.Index(vals) # <- object dtype
Index uses lib.maybe_convert_objects for inference while Series uses infer_datetimelike_array in maybe_infer_to_datetimelike.
Ideally these would match.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4