pull_requests
4 rows where user = 3621629
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
153948695 | MDExOlB1bGxSZXF1ZXN0MTUzOTQ4Njk1 | 1733 | closed | 0 | Rank Methods | 0x0L 3621629 | - [x] Closes #1731 - [x] Tests added / passed - [x] Passes ``git diff upstream/master **/*py | flake8 --diff`` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2017-11-21T17:03:41Z | 2017-12-18T16:51:05Z | 2017-12-18T16:51:00Z | 2017-12-18T16:51:00Z | a0ef2b7174d50a37b46dd7b0be153333d1a00e78 | 0 | 80f671120f354e1c84ab1636b68df8b1a5fd827c | 89a1a9883c0c8409dad8dbcccf1ab73a3ea2cafc | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/1733 | ||||
153966194 | MDExOlB1bGxSZXF1ZXN0MTUzOTY2MTk0 | 1734 | closed | 0 | pandas casting issues | 0x0L 3621629 | - [x] Closes #1726 Added a comment about constructing `pandas` objects from `xarray` objects | 2017-11-21T18:21:56Z | 2018-01-11T21:24:43Z | 2018-01-11T21:24:43Z | 2018-01-11T21:24:43Z | 502a988ad5b87b9f3aeec3033bf55c71272e1053 | 0 | 408765c646bb484c2f3b9ae2b27d7978083ade08 | 5a6dea40164b5c47a78d62dce77a317b39ef2c9c | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/1734 | ||||
282239024 | MDExOlB1bGxSZXF1ZXN0MjgyMjM5MDI0 | 2991 | closed | 0 | ENH: str accessor | 0x0L 3621629 | Hello, Some of the pandas str functionalities. Instead of wrapping pandas internal as in #2983 I copy/pasted the code since it's simple and tiny. Currently it's a bit more restrictive than pandas since it expects all elements to be string like. - [x] Closes #2983 - [x] Tests added - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2019-05-25T16:10:22Z | 2019-06-10T13:11:14Z | 2019-06-10T13:11:11Z | 2019-06-10T13:11:10Z | fa55060802a2c772eecef96b6c4ce672dca9dc81 | 0 | 4fe9b72c71713930fa9efae2f96c915d13647eb3 | 74e5ff64171e84a2da3984f512d2134a233240e2 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/2991 | ||||
285564913 | MDExOlB1bGxSZXF1ZXN0Mjg1NTY0OTEz | 3001 | closed | 0 | BUG: fix safe_cast_to_index | 0x0L 3621629 | - [x] Closes #3000 - [x] Tests added - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2019-06-05T21:52:57Z | 2019-06-10T04:48:45Z | 2019-06-10T04:48:45Z | 2019-06-10T04:48:44Z | 7e649e415e8023b05eb56b3ffadd0d930381f6e0 | 0 | 357165a5d12b0d1e62487ea00077093d5bfc11b0 | 5343ccc4bef77020a8181c9da0fdee6bcae35b5f | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/3001 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);