home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 654743050

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/pull/4092#issuecomment-654743050 https://api.github.com/repos/pydata/xarray/issues/4092 654743050 MDEyOklzc3VlQ29tbWVudDY1NDc0MzA1MA== 12237157 2020-07-07T10:00:18Z 2020-07-07T10:00:18Z CONTRIBUTOR

now aligns to display_width:

python for dw in [40,60,80,120]: with xr.set_options(display_width=dw): print(time[:2],dw,'\n')

``` CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00], dtype='object', length=2, calendar='gregorian') 40

CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00], dtype='object', length=2, calendar='gregorian') 60

CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00], dtype='object', length=2, calendar='gregorian') 80

CFTimeIndex([2000-01-01 00:00:00, 2000-01-02 00:00:00], dtype='object', length=2, calendar='gregorian') 120 ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  624378150
Powered by Datasette · Queries took 0.551ms · About: xarray-datasette