Closed
Description
idea discussed here: #4991
Copying here
the data_vars method provides a convenient ways to see the varaibles and the formatting (https://github.com/pydata/xarray/blob/master/xarray/core/dataset.py#L484) is nice. However, there are times I would look to see the full variables names not just a subset (12 is the default).
Ideally there would be a setting to toggle to specify the length of the formatter akin to https://pandas.pydata.org/pandas-docs/stable/user_guide/options.html#overview
xr.set_option('display.max_data_vars', N)
Metadata
Metadata
Assignees
Labels
No labels