Skip to content

Commit

Permalink
update getting results
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed May 2, 2024
1 parent 3463efc commit 119322f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/source/analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,8 @@ To access same component from different sceanrio :
{k: v['accounts']["reserve_account_01"] for k,v in r.items() }
.. seealso::
There are couple built-in functions will help user to get result in easier way :ref:`Read Multiple Result Map`
Plotting
-------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/nbsample/viewMultiResult.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"id": "d4c80a14",
"metadata": {},
"source": [
"#### readMultiFlowsByScenarios\n",
"#### readMultiFlowsByScenarios()\n",
"\n",
"User can have option to view `multiple columns` from a multi result. And merge them into a multi-index dataframe"
]
Expand Down Expand Up @@ -597,7 +597,7 @@
"from absbox import readMultiFlowsByScenarios\n",
"\n",
"readMultiFlowsByScenarios(rs2\n",
" , (lens['pool']['flow'],[\"Balance\",'Prepayment']))"
" , (lens['pool']['flow'],[\"Balance\",'Prepayment'])).head()"
]
},
{
Expand Down

0 comments on commit 119322f

Please sign in to comment.