issues: 125092434
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 125092434 | MDU6SXNzdWUxMjUwOTI0MzQ= | 708 | 'to_array' creates a read-only numpy array | 5635139 | closed | 0 | 2 | 2016-01-06T01:46:12Z | 2016-01-06T02:42:32Z | 2016-01-06T02:42:32Z | MEMBER | Is this intended? It's creating some problems downstream with pandas, but maybe that's a pandas issue? Note the ``` python In [126]: ds=xray.Dataset({'a':xray.DataArray(pd.np.random.rand(5,3))}, coords={'b': xray.DataArray(pd.np.random.rand(5))}) In [127]: ds.to_array('d').b.values.flags Out[127]: C_CONTIGUOUS : True F_CONTIGUOUS : True OWNDATA : False WRITEABLE : False ALIGNED : True UPDATEIFCOPY : False ``` Without the
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/708/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |