diff --git a/catalyst/examples/buy_the_dip_live.py b/catalyst/examples/buy_the_dip_live.py index 30d81ea6..af8571aa 100644 --- a/catalyst/examples/buy_the_dip_live.py +++ b/catalyst/examples/buy_the_dip_live.py @@ -129,7 +129,7 @@ def handle_data(context, data): def analyze(context, stats): - log.info('the full stats:\n{}'.format(stats)) + log.info('the full stats:\n{}'.format(stats.head())) pass