filecoin-mecha-twin icon indicating copy to clipboard operation
filecoin-mecha-twin copied to clipboard

Improve column names of output DataFrame

Open misilva73 opened this issue 2 years ago • 1 comments

The run_sim function return a DataFrame with column names that are not very intuitive. As an example, here are column names of the main components of circulating supply:

  • circ_supply
  • cum_network_reward
  • total_vest
  • network_locked
  • network_gas_burn

This issue is aimed at improving these column names and making them easier to understand for a user unfamiliar with the package.

misilva73 avatar Jan 09 '23 16:01 misilva73