DEPR: make Timestamp arguments (especially unit) keyword-only · Issue #45307 · pandas-dev/pandas (original) (raw)
Looking at #31929, we can fix the specific case there, but there is a long tail of mixed-and-match positional/keyword arguments that will still be fragile. These will be easier to deal with if more of them are keyword-only, in particular unit
, maybe nanosecond
.