home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 38857041

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
38857041 MDExOlB1bGxSZXF1ZXN0MTg5NDczNTA= 192 Enhanced support for modifying Dataset & DataArray properties in place 1217238 closed 0   650893 0 2014-07-28T02:14:00Z 2014-07-31T04:46:19Z 2014-07-31T04:46:16Z MEMBER   0 pydata/xarray/pulls/192

With this patch, it is possible to perform the following operations: - data_array.name = 'foo' - data_array.coordinates = ... - data_array.coordinates[0] = ... - data_array.coordinates['x'] = ... - dataset.coordinates['x'] = ... - dataset.rename(..., inplace=True)

It is no longer possible to set data_array.variable = ...., which was technically part of the public API but I would guess unused.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/192/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 1 row from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.699ms · About: xarray-datasette