home / github

Menu
  • GraphQL API
  • Search all tables

issues

Table actions
  • GraphQL API for issues

4 rows where "created_at" is on date 2021-10-28 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)

type 1

  • pull 4

state 1

  • closed 4

repo 1

  • xarray 4
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
1038409453 PR_kwDOAMm_X84tyqhR 5905 [skip-ci] v0.20.0: whats-new for release dcherian 2448579 closed 0     1 2021-10-28T11:35:00Z 2022-01-05T18:56:55Z 2021-11-01T21:15:22Z MEMBER   0 pydata/xarray/pulls/5905

Whats-new fixes for the release.

Feel free to push to this branch with more improvements.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5905/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1038376514 PR_kwDOAMm_X84tyjh3 5903 Explicitly list all reductions in api.rst dcherian 2448579 closed 0     6 2021-10-28T10:58:02Z 2021-11-03T16:55:20Z 2021-11-03T16:55:19Z MEMBER   0 pydata/xarray/pulls/5903

This PR makes a number of updates to api.rst. The main goal is to make it easier to navigate using the right-side "Contents" menu. By moving things from api-hidden.rst to api.rst many methods are now easier-to-discover.

list all reduction methods in their own subsection under "Dataset" and "DataArray".

before

after

List reductions for groupby etc

I've also added sections for rolling, coarsen, groupby, resample that again list available reductions. These were previously hidden

Class method names are much more readable.

Before

after

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5903/reactions",
    "total_count": 3,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 3,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1038407848 PR_kwDOAMm_X84tyqLp 5904 Update docstring for apply_ufunc, set_options dcherian 2448579 closed 0     3 2021-10-28T11:33:03Z 2021-10-30T14:10:24Z 2021-10-30T14:10:23Z MEMBER   0 pydata/xarray/pulls/5904  
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5904/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1038645540 PR_kwDOAMm_X84tzb3U 5911 Add typing_extensions as a required dependency dcherian 2448579 closed 0     2 2021-10-28T15:20:27Z 2021-10-29T16:41:23Z 2021-10-29T16:41:22Z MEMBER   0 pydata/xarray/pulls/5911

As suggested in https://github.com/pydata/xarray/pull/5871#issuecomment-951128744

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

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 5200.416ms · About: xarray-datasette