issues
4 rows where state = "open" and user = 2418513 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, created_at (date), updated_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
423749397 | MDU6SXNzdWU0MjM3NDkzOTc= | 2836 | xarray.concat() with compat='identical' fails for DataArray attrs | aldanor 2418513 | open | 0 | 9 | 2019-03-21T14:11:29Z | 2021-07-08T17:42:52Z | NONE | Not sure if it was ever supposed to work with numpy arrays, but it actually does :thinking:: ```python
However, it fails if you use DataArray attrs: ```python
Given that the check is simply |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2836/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
423016453 | MDU6SXNzdWU0MjMwMTY0NTM= | 2824 | Dataset.from_records()? | aldanor 2418513 | open | 0 | 4 | 2019-03-20T00:46:19Z | 2021-05-13T20:20:52Z | NONE | Currently, to easily create a
(which is kind of dumb since it allocates the memory twice) It would definitely be nice to be able to do just this (perhaps with extra arguments to set index on the fly etc):
(Apologies if I'm missing something obvious.) |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2824/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
423774214 | MDU6SXNzdWU0MjM3NzQyMTQ= | 2837 | DataArray plotting: pyplot compat and passing the style | aldanor 2418513 | open | 0 | 6 | 2019-03-21T14:57:12Z | 2019-04-11T16:25:49Z | NONE | These are two unrelated issues in one really that I've noticed while trying to plot things directly from DataArray objects. The following works as expected, by converting DataArray to pandas first) ```python
Passing Series to pyplot.plot() directly also works and retains index: ```python
Trying to set style directly when plotting from DataArray doesn't work: ```python
Passing DataArray to pyplot.plot() loses index: ```python
works but loses coords; same as plot.plot(arr.values, '.-')``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2837/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
423023519 | MDU6SXNzdWU0MjMwMjM1MTk= | 2825 | KeyError on selecting empty time slice from a datetime-indexed Dataset | aldanor 2418513 | open | 0 | 4 | 2019-03-20T01:21:56Z | 2019-03-20T17:58:24Z | NONE | (xarray version: 0.11.3) Just wanted to confirm this is expected behaviour: ```python
pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() pandas/_libs/hashtable_class_helper.pxi in pandas._libs.hashtable.Int64HashTable.get_item() TypeError: an integer is required During handling of the above exception, another exception occurred: pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine._date_check_type() KeyError: '2018-03-03' During handling of the above exception, another exception occurred: pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() pandas/_libs/hashtable_class_helper.pxi in pandas._libs.hashtable.Int64HashTable.get_item() TypeError: an integer is required During handling of the above exception, another exception occurred: pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine._date_check_type() KeyError: '2018-03-03' During handling of the above exception, another exception occurred: pandas/_libs/hashtable_class_helper.pxi in pandas._libs.hashtable.Int64HashTable.get_item() pandas/_libs/hashtable_class_helper.pxi in pandas._libs.hashtable.Int64HashTable.get_item() KeyError: 1520035200000000000 During handling of the above exception, another exception occurred: pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() KeyError: Timestamp('2018-03-03 00:00:00') During handling of the above exception, another exception occurred: pandas/_libs/hashtable_class_helper.pxi in pandas._libs.hashtable.Int64HashTable.get_item() pandas/_libs/hashtable_class_helper.pxi in pandas._libs.hashtable.Int64HashTable.get_item() KeyError: 1520035200000000000 During handling of the above exception, another exception occurred: pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() pandas/_libs/index.pyx in pandas._libs.index.DatetimeEngine.get_loc() KeyError: Timestamp('2018-03-03 00:00:00') ... ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2825/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]);