home / github

Menu
  • GraphQL API
  • Search all tables

issues

Table actions
  • GraphQL API for issues

3 rows where user = 8708062 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 3

state 1

  • closed 3

repo 1

  • xarray 3
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
403601219 MDExOlB1bGxSZXF1ZXN0MjQ3OTg0Nzc3 2721 Quarter offset implemented (base is now latest pydata-master). jwenfai 8708062 closed 0     8 2019-01-27T22:08:32Z 2019-03-02T01:41:45Z 2019-03-02T01:41:45Z CONTRIBUTOR   0 pydata/xarray/pulls/2721
  • [x] Closes #2663
  • [x] Tests added
  • [x] Fully documented, including whats-new.rst for all changes and api.rst for new API

Waiting for reviews before editing whats-new.rst.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2721/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
387924616 MDExOlB1bGxSZXF1ZXN0MjM2MzA2MjA0 2593 CFTimeIndex Resampling jwenfai 8708062 closed 0     39 2018-12-05T20:08:06Z 2019-02-03T03:21:29Z 2019-02-03T03:21:14Z CONTRIBUTOR   0 pydata/xarray/pulls/2593

I would appreciate some feedback on why this implementation for CFTimeIndex resampling doesn't match pandas' output 100%.

  • [x] Tentative attempt at addressing #2191 (resampling CFTimeIndex). Downsampling produces results that match pandas' results in all the tests done thus far. However, upsampling has trouble assigning the right values to the right bins.
  • [x] Tests (test_cftimeindex_resample.py) created for standard calendars but not for non-standard calendars (360 days etc.). Contents from test_cftimeindex_resample.py will be inserted into test_dataarray.py and test_cftimeindex_resample.py will be deleted once resampling implementation is finalized. Files found in the tests/temp folder is meant to highlight resampling discrepancies between pandas and this implementaion. Both the files and the folder will be removed once resampling implementation is finalized.
  • [x] Not fully documented. Docstrings have yet to be added to resample_cftime.py. There were no doctrings from https://github.com/pandas-dev/pandas/blob/master/pandas/core/resample.py (which is where the codes were ported from) that could be conveniently copied.
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2593/reactions",
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
402678943 MDExOlB1bGxSZXF1ZXN0MjQ3MzA2NTA2 2702 Quarter offset support for cftime jwenfai 8708062 closed 0     4 2019-01-24T12:12:15Z 2019-01-27T22:05:57Z 2019-01-27T22:05:01Z CONTRIBUTOR   0 pydata/xarray/pulls/2702
  • [x] Closes #2663
  • [x] Tests added
  • [ ] Fully documented, including whats-new.rst for all changes and api.rst for new API

Waiting for reviews before editing whats-new.rst.

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