filecoin-mecha-twin
filecoin-mecha-twin copied to clipboard
Improve column names of output DataFrame
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.