issue_comments: 168524404
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/issues/697#issuecomment-168524404 | https://api.github.com/repos/pydata/xarray/issues/697 | 168524404 | MDEyOklzc3VlQ29tbWVudDE2ODUyNDQwNA== | 5635139 | 2016-01-03T18:03:33Z | 2016-01-03T18:03:33Z | MEMBER | @shoyer Was that ever a problem? ``` python In [36]: xray.DataArray(pd.Series()) Out[36]: <xray.DataArray (dim_0: 0)> array([], dtype=float64) Coordinates: * dim_0 (dim_0) object In [37]: xray.DataArray(pd.Series(range(20))) Out[37]: <xray.DataArray (dim_0: 20)> array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]) Coordinates: * dim_0 (dim_0) int64 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
124573556 |