home / github

Menu
  • Search all tables
  • GraphQL API

issues

Table actions
  • GraphQL API for issues

4 rows where user = 73678798 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

  • 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
1403614394 PR_kwDOAMm_X85AhHlS 7152 Cumulative examples patrick-naylor 73678798 closed 0     21 2022-10-10T19:24:32Z 2022-10-26T17:19:21Z 2022-10-26T16:02:31Z CONTRIBUTOR   0 pydata/xarray/pulls/7152

Here I am trying to add docstring example to the cumulative functions. I did this by basically copying the method used for the reduction functions. Not sure at all if I did this correctly so i'm marking it a draft

  • [x] Tests added
  • [x] User visible changes (including notable bug fixes) are documented in whats-new.rst
  • [x] New functions/methods are listed in api.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7152/reactions",
    "total_count": 3,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1395478084 PR_kwDOAMm_X85AGD0I 7120 More informative error for passing a list to dataset.transpose patrick-naylor 73678798 closed 0     3 2022-10-03T23:53:43Z 2022-10-04T20:45:45Z 2022-10-04T18:22:52Z CONTRIBUTOR   0 pydata/xarray/pulls/7120

Closes #6502

  • [x] Closes #xxxx
  • [x] Tests added
  • [x] User visible changes (including notable bug fixes) are documented in whats-new.rst ~~- [ ] New functions/methods are listed in api.rst~~
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7120/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1383200582 PR_kwDOAMm_X84_d78_ 7073 Fixed readme to have correct link for contributing page patrick-naylor 73678798 closed 0     2 2022-09-23T02:04:35Z 2022-10-03T21:52:53Z 2022-09-23T17:32:10Z CONTRIBUTOR   0 pydata/xarray/pulls/7073

I updated the dead link under the contributing tab.

This is my first time contributing to any open source project, so if I have done anything wrong please let me know.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7073/reactions",
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1386682852 PR_kwDOAMm_X84_o4Vi 7088 DOC: Added example for a handful of DataArray method docstrings patrick-naylor 73678798 closed 0     1 2022-09-26T20:30:51Z 2022-10-03T21:52:52Z 2022-09-27T21:25:33Z CONTRIBUTOR   0 pydata/xarray/pulls/7088

Added examples to docstrings for DataArray.expand_dims(), DataArray.drop_duplicates(), DataArray.reset_coords(), DataArray.equals(), DataArray.identical(), DataArray.broadcast_equals(), DataArray.bfill(), DataArray.ffill(), DataArray.fillna(), DataArray.dropna(), DataArray.drop_isel(), DataArray.drop_sel(), DataArray.head(), DataArray.tail().

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7088/reactions",
    "total_count": 4,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 3,
    "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 24.204ms · About: xarray-datasette