issues
7 rows where comments = 5, type = "issue" and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date)
| 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 | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 683142059 | MDU6SXNzdWU2ODMxNDIwNTk= | 4361 | restructure the contributing guide | keewis 14808389 | open | 0 | 5 | 2020-08-20T22:51:39Z | 2023-03-31T17:39:00Z | MEMBER | From #4355 @max-sixty: 
 We could also add a docstring guide since the   | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/4361/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    xarray 13221727 | issue | ||||||||
| 628436420 | MDU6SXNzdWU2Mjg0MzY0MjA= | 4116 | xarray ufuncs | keewis 14808389 | closed | 0 | 5 | 2020-06-01T13:25:54Z | 2022-04-19T03:26:53Z | 2022-04-19T03:26:53Z | MEMBER | The documentation warns that the universal functions in  Since we only support  Since there are also functions that are not true ufuncs (e.g.   | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/4116/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    completed | xarray 13221727 | issue | ||||||
| 789106802 | MDU6SXNzdWU3ODkxMDY4MDI= | 4825 | clean up the API for renaming and changing dimensions / coordinates | keewis 14808389 | open | 0 | 5 | 2021-01-19T15:11:55Z | 2021-09-10T15:04:14Z | MEMBER | From #4108: I wonder if it would be better to first "reorganize" all of the existing functions: we currently have  I believe we currently have these use cases (not sure if that list is complete, though):
- rename a  Sometimes, some of these can be emulated by combinations of others, for example: ```python x is a dimension without coordinatesassert_identical(ds.set_index({"x": "b"}), ds.swap_dims({"x": "b"}).rename({"b": "x"}))
assert_identical(ds.swap_dims({"x": "b"}), ds.set_index({"x": "b"}).rename({"x": "b"}))
 In any case I think we should add a guide which explains which method to pick in which situation (or extend  Originally posted by @keewis in https://github.com/pydata/xarray/issues/4108#issuecomment-761907785  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/4825/reactions",
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    xarray 13221727 | issue | ||||||||
| 791277757 | MDU6SXNzdWU3OTEyNzc3NTc= | 4837 | expose _to_temp_dataset / _from_temp_dataset as semi-public API? | keewis 14808389 | open | 0 | 5 | 2021-01-21T16:11:32Z | 2021-01-22T02:07:08Z | MEMBER | When writing accessors which behave the same for both  Otherwise I guess it would be possible to use
  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/4837/reactions",
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    xarray 13221727 | issue | ||||||||
| 784628736 | MDU6SXNzdWU3ODQ2Mjg3MzY= | 4801 | scheduled upstream-dev CI is skipped | keewis 14808389 | closed | 0 | 5 | 2021-01-12T22:08:19Z | 2021-01-14T00:09:43Z | 2021-01-13T21:35:44Z | MEMBER | The scheduled CI is being skipped since about 6 days ago (which means this is probably due to the merge of #4729, see this run before the merge and this run after the merge). This is really strange because  Edit: it seems to be because of https://github.com/pydata/xarray/blob/f52a95cbe694336fe47bc5a42c713bee8ad74d64/.github/workflows/upstream-dev-ci.yaml#L34-L37 if I remove that the scheduled CI runs. cc @andersy005  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/4801/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    completed | xarray 13221727 | issue | ||||||
| 638211949 | MDU6SXNzdWU2MzgyMTE5NDk= | 4152 | signature in accessor methods | keewis 14808389 | closed | 0 | 5 | 2020-06-13T18:49:16Z | 2020-09-06T23:05:04Z | 2020-09-06T23:05:04Z | MEMBER | With the merge of #3988 we're now properly documenting the  Also, we need to remove the   | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/4152/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    completed | xarray 13221727 | issue | ||||||
| 517195073 | MDU6SXNzdWU1MTcxOTUwNzM= | 3483 | assign_coords with mixed DataArray / array args removes coords | keewis 14808389 | open | 0 | 5 | 2019-11-04T14:38:40Z | 2019-11-07T15:46:15Z | MEMBER | I'm not sure if using  
 I would expect the result to be the same regardless of the type of the new coords.  | 
                
                    {
    "url": "https://api.github.com/repos/pydata/xarray/issues/3483/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    xarray 13221727 | issue | 
Advanced export
JSON shape: default, array, newline-delimited, object
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]);