to_dd_df_async#
- async static FredHelpers.to_dd_df_async(data)[source]#
Helper method to convert a FRED observation dictionary to a Dask DataFrame asynchronously.
- Parameters:
- Returns:
Converted Dask DataFrame.
- Return type:
- Raises:
ImportError – If Dask is not installed.
ValueError – If ‘observations’ key is not in the data.