From e38ffec2abcbb9bf3d954ac7f4a3662e03913541 Mon Sep 17 00:00:00 2001 From: Thomas Tu Date: Fri, 21 Oct 2016 15:59:48 -0700 Subject: [PATCH] add more exciting comments in example --- examples/aeo_example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/aeo_example.py b/examples/aeo_example.py index 715eeea..f75e874 100644 --- a/examples/aeo_example.py +++ b/examples/aeo_example.py @@ -26,6 +26,7 @@ # This is a DataFrame whose columns are the output fields of the Series API # as well as any additional meta information you may have attached. + # Now we can do some quick analysis or exploratory work! # Get a quick delta between AEO scenarios against the reference case data.set_index(['scenario', 'period'], inplace=True) reference = data.loc['Reference']