issue_comments: 1209967070
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/4285#issuecomment-1209967070 | https://api.github.com/repos/pydata/xarray/issues/4285 | 1209967070 | IC_kwDOAMm_X85IHqHe | 35968931 | 2022-08-09T22:47:24Z | 2022-08-10T05:50:40Z | MEMBER | Thanks for the huge response there @jpivarski !
This is an important point which I meant to ask about earlier. We need a
If you want a
That makes sense. And if you subclassed then I guess you would also need to change those Thanks for the wrapping example! I think there is a bug with your ```python In [1]: from ragged import RaggedArray In [2]: ra = RaggedArray([[1, 2, 3], [4, 5]]) In [3]: ra.ndim Out[3]: 1 In [4]: ra.shape
Out[4]: [3]
I would really like to try testing the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
667864088 |