agent0.chainsync.dashboard.build_fixed_rate
Builds the fixed rate dataframe to be plotted
Functions
|
Gets the proper columns from pool analysis for plotting fixed rate |
Module Contents
- agent0.chainsync.dashboard.build_fixed_rate.build_fixed_rate(pool_analysis: pandas.DataFrame) pandas.DataFrame
Gets the proper columns from pool analysis for plotting fixed rate
- Parameters:
pool_analysis (pd.DataFrame) – The pool analysis object from get_pool_anlysis
- Returns:
The ready to plot fixed rate
- Return type:
pd.DataFrame