home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

3 rows where user = 8708062

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▼ node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
236306204 MDExOlB1bGxSZXF1ZXN0MjM2MzA2MjA0 2593 closed 0 CFTimeIndex Resampling jwenfai 8708062 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. 2018-12-05T20:08:06Z 2019-02-03T03:21:29Z 2019-02-03T03:21:14Z 2019-02-03T03:21:14Z d8ff0790b743a814cc3d6c29e24b7257c7480153     0 ef689607fb6c73a7f2c6e3f63b0090a4cd5f52cf 0da9d627d567ea1cb5e733f892930863bd6b630d CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2593  
247306506 MDExOlB1bGxSZXF1ZXN0MjQ3MzA2NTA2 2702 closed 0 Quarter offset support for cftime jwenfai 8708062 - [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`. 2019-01-24T12:12:15Z 2019-01-27T22:05:57Z 2019-01-27T22:05:01Z   019aad3cabac4a99c70c3082091bb1860980d354     0 823d88b1e5ba4df36ac13659119b488ce72fbc36 620b946b6f9ad922d919c68b0954d7ac13e65282 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2702  
247984777 MDExOlB1bGxSZXF1ZXN0MjQ3OTg0Nzc3 2721 closed 0 Quarter offset implemented (base is now latest pydata-master). jwenfai 8708062 <!-- Feel free to remove check-list items aren't relevant to your change --> - [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`. 2019-01-27T22:08:32Z 2019-03-02T01:41:45Z 2019-03-02T01:41:45Z 2019-03-02T01:41:44Z 627a881fd3dacf941af062f556c29d5f46411f22     0 0a1f219a579dfd946a6bcef469efadaa4a27881c 612d390f925e5490314c363e5e368b2a8bd5daf0 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2721  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [pull_requests] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [state] TEXT,
   [locked] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [body] TEXT,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [merged_at] TEXT,
   [merge_commit_sha] TEXT,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [draft] INTEGER,
   [head] TEXT,
   [base] TEXT,
   [author_association] TEXT,
   [auto_merge] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [url] TEXT,
   [merged_by] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_pull_requests_merged_by]
    ON [pull_requests] ([merged_by]);
CREATE INDEX [idx_pull_requests_repo]
    ON [pull_requests] ([repo]);
CREATE INDEX [idx_pull_requests_milestone]
    ON [pull_requests] ([milestone]);
CREATE INDEX [idx_pull_requests_assignee]
    ON [pull_requests] ([assignee]);
CREATE INDEX [idx_pull_requests_user]
    ON [pull_requests] ([user]);
Powered by Datasette · Queries took 21.702ms · About: xarray-datasette