Allow diff & shift to take lists of periods? #19298
Labels
Datetime
Datetime data dtype
Enhancement
Numeric Operations
Arithmetic, Comparison, and Logical operations
I've seen code like
Could we simplify that by allowing
s.diff(range(10), prefix="L")
?How would we handle DataFrames? Prefix with the column name and a separator, like
get_dummies
?The text was updated successfully, but these errors were encountered: