From 119322f6fd36bda42c92f991eb219cb56b14124f Mon Sep 17 00:00:00 2001 From: Xiaoyu Date: Thu, 2 May 2024 19:05:54 +0800 Subject: [PATCH] update getting results --- docs/source/analytics.rst | 3 ++- docs/source/nbsample/viewMultiResult.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/analytics.rst b/docs/source/analytics.rst index ca4cc10..496ad0b 100644 --- a/docs/source/analytics.rst +++ b/docs/source/analytics.rst @@ -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 ------------------------- diff --git a/docs/source/nbsample/viewMultiResult.ipynb b/docs/source/nbsample/viewMultiResult.ipynb index 7ee1dc8..4d9b5b3 100644 --- a/docs/source/nbsample/viewMultiResult.ipynb +++ b/docs/source/nbsample/viewMultiResult.ipynb @@ -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" ] @@ -597,7 +597,7 @@ "from absbox import readMultiFlowsByScenarios\n", "\n", "readMultiFlowsByScenarios(rs2\n", - " , (lens['pool']['flow'],[\"Balance\",'Prepayment']))" + " , (lens['pool']['flow'],[\"Balance\",'Prepayment'])).head()" ] }, {