home / github

Menu
  • GraphQL API
  • Search all tables

issues

Table actions
  • GraphQL API for issues

1 row where "created_at" is on date 2020-05-05, repo = 13221727 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date), closed_at (date)

type 1

  • issue 1

state 1

  • closed 1

repo 1

  • xarray · 1 ✖
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
612785915 MDU6SXNzdWU2MTI3ODU5MTU= 4031 0.16.0 release dcherian 2448579 closed 0     9 2020-05-05T17:53:26Z 2020-07-14T17:54:31Z 2020-07-14T17:54:31Z MEMBER      

It'd be nice to issue a release soon. We should decide if this is a minor 0.15.2 or major 0.16.0

Please edit this list as you wish.

Must-have

  • [x] #3936 multiple dims argmin, argmax

  • [x] #4019, #4088; MultiIndex to sparse DataArray bug

  • [x] #3922 fix dask array handling in idxmax, idxmin
  • [x] #4009, #4173 combine_attrs with open_mfdataset
  • [x] #3824 transpose coords (if major release)
  • [x] #3926 remove old autocombine
  • [x] #4135 nD dask arrays in idxmax/min

Nice to have

  • [x] #4049, #4094 unstacking merge bug
  • [ ] #4022 apply_ufunc meta vectorize
  • [ ] #3924 interpolating to coordinates with nans
  • [ ] #3925 sel along unindexed 1d coordinates
  • [ ] #3993 replace dim with coord in integrate
  • [ ] #3594 unit support with pint
  • [ ] #4003 mfdataset with zarr
  • [x] #3905 length of dataarray reprs
  • [x] #3847 error summary for assert_allclose
  • [x] #4033 infer_freq
  • [x] #3938 plotting with multiindex
  • [x] #3816 map_blocks template
  • [x] #3976 in-place replacement error message
  • [x] #3975 pint dataset
  • [x] #4018 netdf3 dtype coercion
  • [ ] #3985 groupby multi-index bug (ref discussion below & in the issue)
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4031/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed xarray 13221727 issue

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [state] TEXT,
   [locked] INTEGER,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [comments] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [author_association] TEXT,
   [active_lock_reason] TEXT,
   [draft] INTEGER,
   [pull_request] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [state_reason] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [type] TEXT
);
CREATE INDEX [idx_issues_repo]
    ON [issues] ([repo]);
CREATE INDEX [idx_issues_milestone]
    ON [issues] ([milestone]);
CREATE INDEX [idx_issues_assignee]
    ON [issues] ([assignee]);
CREATE INDEX [idx_issues_user]
    ON [issues] ([user]);
Powered by Datasette · Queries took 2164.551ms · About: xarray-datasette