period_to_months: Deprecated alias for split_periods_to_months()
Description
period_to_months() is deprecated as of version 0.8.0. Use
split_periods_to_months() instead.
Usage
period_to_months(df, begin, end, ...)
Value
See split_periods_to_months().
Arguments
- begin
Deprecated NSE argument. Use period_start instead.
- end
Deprecated NSE argument. Use period_end instead.
- ...
Deprecated NSE columns to prorate. Use prorate_cols instead.