agent0.chainsync.dashboard.build_fixed_rate =========================================== .. py:module:: agent0.chainsync.dashboard.build_fixed_rate .. autoapi-nested-parse:: Builds the fixed rate dataframe to be plotted .. !! processed by numpydoc !! Functions --------- .. autoapisummary:: agent0.chainsync.dashboard.build_fixed_rate.build_fixed_rate Module Contents --------------- .. py:function:: build_fixed_rate(pool_analysis: pandas.DataFrame) -> pandas.DataFrame Gets the proper columns from pool analysis for plotting fixed rate :param pool_analysis: The pool analysis object from `get_pool_anlysis` :type pool_analysis: pd.DataFrame :returns: The ready to plot fixed rate :rtype: pd.DataFrame .. !! processed by numpydoc !!