home / github

Menu
  • GraphQL API
  • Search all tables

issues

Table actions
  • GraphQL API for issues

7 rows where state = "closed" and user = 8809578 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

type 1

  • pull 7

state 1

  • closed · 7 ✖

repo 1

  • xarray 7
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
1655786395 PR_kwDOAMm_X85Nr4We 7725 [DOC] resample and then apply func on time+other variables pierreloicq 8809578 closed 0     0 2023-04-05T14:54:45Z 2023-04-06T07:13:58Z 2023-04-06T02:15:01Z CONTRIBUTOR   0 pydata/xarray/pulls/7725

It cannot be run with python since previous dataset is unidimensionnal. Feel free to make it more rigorous if you want.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7725/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1559907732 PR_kwDOAMm_X85Ir0Y_ 7481 clarification for thresh arg of dataset.dropna() pierreloicq 8809578 closed 0     3 2023-01-27T15:00:34Z 2023-02-14T13:57:38Z 2023-02-14T13:57:37Z CONTRIBUTOR   0 pydata/xarray/pulls/7481  
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7481/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1522867648 PR_kwDOAMm_X85G1cXE 7425 groupby in resample doc and vice-versa pierreloicq 8809578 closed 0     0 2023-01-06T16:54:32Z 2023-01-09T09:43:41Z 2023-01-06T18:25:02Z CONTRIBUTOR   0 pydata/xarray/pulls/7425

Since groupby is a bit like resample on non contiguous data

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7425/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1030492705 PR_kwDOAMm_X84tZNhC 5876 _season_from_months can now handle np.nan pierreloicq 8809578 closed 0     15 2021-10-19T16:04:41Z 2023-01-06T16:59:18Z 2022-01-11T16:06:18Z CONTRIBUTOR   0 pydata/xarray/pulls/5876

_season_from_months can now handle np.nan and values outside of [1,12]

I passed these tests:

``` def test_season(): months = np.array([ 1, 2, 3, 4, 5, np.nan]) assert ( _season_from_months(months) == np.array(['DJF', 'DJF', 'MAM', 'MAM', 'MAM', 'na']) ).all()

months = np.array([ 1, 100, 3, 13, 0, -5])
assert ( _season_from_months(months) == np.array(['DJF', 'na', 'MAM', 'na', 'na', 'na']) ).all()

months = np.array(range(1, 13))
assert ( _season_from_months(months) == np.array(['DJF', 'DJF', 'MAM', 'MAM', 'MAM', 'JJA', 'JJA', 'JJA', 'SON', 'SON', 'SON', 'DJF']) ).all()

test_season() ```

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5876/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1425890688 PR_kwDOAMm_X85BrgOp 7231 assign_coords docs: see also Dataset.set_coords pierreloicq 8809578 closed 0     1 2022-10-27T16:06:19Z 2022-10-28T07:15:03Z 2022-10-27T17:07:28Z CONTRIBUTOR   0 pydata/xarray/pulls/7231  
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7231/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1425890470 PR_kwDOAMm_X85BrgLj 7230 set_coords docs: see also Dataset.assign_coords pierreloicq 8809578 closed 0     1 2022-10-27T16:06:08Z 2022-10-28T07:14:42Z 2022-10-27T17:08:30Z CONTRIBUTOR   0 pydata/xarray/pulls/7230  
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7230/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1424095149 PR_kwDOAMm_X85BlcxY 7226 make clearer that sortby() do not run inplace pierreloicq 8809578 closed 0     1 2022-10-26T14:06:23Z 2022-10-26T15:56:02Z 2022-10-26T15:56:02Z CONTRIBUTOR   0 pydata/xarray/pulls/7226

...as python List sort() is in-place

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7226/reactions",
    "total_count": 2,
    "+1": 2,
    "-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 24.296ms · About: xarray-datasette