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