We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a general function to transform dataframe zero to newdataframe for a specific plots.
Context: When running the cadCAD we'll produce a dataframe ("dataframe zero") that will always have the same structure:
After this step we'll create various plots, like comparing total TVL with liquidity (total number of tokens in the pool).
So the general procedure is: take dataframe zero and create a newdataframe (e.g. named "c191) for simulation C1.9.1 in the notebook based on it:
and then plot a chart using newdataframe values:
The text was updated successfully, but these errors were encountered:
randomshinichi
AngelaKTE
No branches or pull requests
Write a general function to transform dataframe zero to newdataframe for a specific plots.
Context:
When running the cadCAD we'll produce a dataframe ("dataframe zero") that will always have the same structure:
columns:
After this step we'll create various plots, like comparing total TVL with liquidity (total number of tokens in the pool).
So the general procedure is:
take dataframe zero and create a newdataframe (e.g. named "c191) for simulation C1.9.1 in the notebook based on it:
and then plot a chart using newdataframe values:
The text was updated successfully, but these errors were encountered: