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