trnslator.utils.newrange¶
-
trnslator.utils.newrange(previous, following)[source]¶ Takes the previous DataFrame and calculates a new Index range. Returns a DataFrame with a new index
- Parameters
previous (pandas.DataFrame) – previous DataFrame
following (pandas.DataFrame) – following DataFrame
- Returns
DataFrame with an incremented new index
- Return type