issues: 74529471
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74529471 | MDExOlB1bGxSZXF1ZXN0MzUwNTUyNTE= | 409 | Add display_width option | 1217238 | closed | 0 | 987654 | 0 | 2015-05-08T23:27:55Z | 2015-05-12T04:19:28Z | 2015-05-12T04:17:22Z | MEMBER | 0 | pydata/xarray/pulls/409 | Example usage: ``` In [12]: ds = xray.Dataset({'x': np.arange(1000)}) In [13]: with xray.set_options(display_width=40): ....: print(ds) ....: <xray.Dataset> Dimensions: (x: 1000) Coordinates: * x (x) int64 0 1 2 3 4 5 6 ... Data variables: empty In [14]: with xray.set_options(display_width=60): ....: print(ds) ....: <xray.Dataset> Dimensions: (x: 1000) Coordinates: * x (x) int64 0 1 2 3 4 5 6 7 8 9 10 11 12 13 ... Data variables: empty ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/409/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |