Asynchronously accepts a Series or a DataFrame with ‘date’ and ‘value’ columns (fedfred style) and returns a float Series with DatetimeIndex and the given name.
- Parameters:
-
- Returns:
A float Series with DatetimeIndex and the given name.
- Return type:
pd.Series
- Raises:
TypeError – If the input is neither a pd.Series nor a pd.DataFrame.