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
diff and pctChange features added in #418#414 only extend to DataFrames. Currently unable to apply to a single column slice without adding extra steps.
The text was updated successfully, but these errors were encountered:
I think we need more information specifically about what you're trying to achieve that's failing, and how @joshuakoh1 ?
The diff/pctChange functions should mirror the behavior of the other math functions like pow etc, and it should accept a single number, series, column, etc, already.
Can you provide example code, errors and more detailed information about what behavior you expected please?
@NeonSpork Just trying to calc the diff/pctChange for a single series instead of the full DataFrame. Would like to be able to do df.column.pctChange(1) instead of df.pctChange(1).column. The latter performs unnecessary operations.
diff and pctChange features added in #418 #414 only extend to DataFrames. Currently unable to apply to a single column slice without adding extra steps.
The text was updated successfully, but these errors were encountered: