issues: 124573556
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
124573556 | MDU6SXNzdWUxMjQ1NzM1NTY= | 697 | TST: add test for converting 0-len Series | 953992 | closed | 0 | 7 | 2016-01-02T03:48:48Z | 2019-02-02T07:47:58Z | 2019-02-02T07:47:58Z | MEMBER | are these supported? ``` In [3]: xray.DataArray.from_series(Series([])) ValueError: dimensions () must have the same length as the number of data dimensions, ndim=1 In [5]: xray.Dataset.from_dataframe(DataFrame({'A' : []})) ValueError: dimensions () must have the same length as the number of data dimensions, ndim=1 ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/697/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |