agent0.chainsync.dashboard.build_vault_share_price

Builds the variable rate dataframe to be plotted.

Functions

build_vault_share_price(→ pandas.DataFrame)

Gets the proper columns from pool info for plotting variable rate.

Module Contents

agent0.chainsync.dashboard.build_vault_share_price.build_vault_share_price(pool_info: pandas.DataFrame) pandas.DataFrame

Gets the proper columns from pool info for plotting variable rate.

Parameters:

pool_info (pd.DataFrame) – The pool analysis object from get_pool_info

Returns:

The ready to plot variable rate

Return type:

pd.DataFrame