issues
2 rows where user = 28426758 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 932393011 | MDExOlB1bGxSZXF1ZXN0Njc5NzQyODk1 | 5548 | Fix 2 type annotations in dataarray.py | joooeey 28426758 | closed | 0 | 2 | 2021-06-29T09:03:23Z | 2021-06-29T19:15:33Z | 2021-06-29T18:51:19Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5548 | Both For extended discussion, see https://github.com/pydata/xarray/issues/5533#issuecomment-869822366
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/5548/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 930191953 | MDU6SXNzdWU5MzAxOTE5NTM= | 5533 | Can `reset_index` return None? | joooeey 28426758 | closed | 0 | 4 | 2021-06-25T13:48:04Z | 2021-06-29T18:51:19Z | 2021-06-29T18:51:19Z | CONTRIBUTOR | What happened: The line
I think that the return type of Relevant code in
Question:
Do I need to worry that there is any input for If I understand everything correctly and this is just a bug, I'm happy to put in a pull request to change the annotation. Environment: Output of <tt>xr.show_versions()</tt>INSTALLED VERSIONS ------------------ commit: None python: 3.9.4 (default, Apr 9 2021, 16:34:09) [GCC 7.3.0] python-bits: 64 OS: Linux OS-release: 5.4.0-73-generic machine: x86_64 processor: x86_64 byteorder: little LC_ALL: None LANG: en_US.UTF-8 LOCALE: ('en_US', 'UTF-8') libhdf5: 1.12.0 libnetcdf: 4.7.4 xarray: 0.18.2 pandas: 1.2.4 numpy: 1.19.5 scipy: 1.6.1 netCDF4: 1.5.6 pydap: None h5netcdf: None h5py: 2.10.0 Nio: None zarr: None cftime: 1.5.0 nc_time_axis: None PseudoNetCDF: None rasterio: 1.2.4 cfgrib: None iris: None bottleneck: None dask: installed distributed: None matplotlib: 3.4.2 cartopy: None seaborn: None numbagg: None pint: None setuptools: 52.0.0.post20210125 pip: 21.0.1 conda: None pytest: 6.2.4 IPython: 7.24.1 sphinx: 4.0.2 |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/5533/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 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]);