From 1b2eaadb452c106862a9e3fc2417b5f9f902fce5 Mon Sep 17 00:00:00 2001 From: Xianxiang Li Date: Fri, 5 Mar 2021 17:32:39 +0800 Subject: [PATCH] Update options.py Add docstring for set_option('display_max_rows') --- xarray/core/options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xarray/core/options.py b/xarray/core/options.py index d421b4c4f17..129698903c4 100644 --- a/xarray/core/options.py +++ b/xarray/core/options.py @@ -85,6 +85,7 @@ class set_options: - ``display_width``: maximum display width for ``repr`` on xarray objects. Default: ``80``. + - ``display_max_rows``: maximum display rows. Default: ``12``. - ``arithmetic_join``: DataArray/Dataset alignment in binary operations. Default: ``'inner'``. - ``file_cache_maxsize``: maximum number of open files to hold in xarray's