pull_requests
3 rows where user = 1956032
This data as json, CSV (advanced)
Suggested facets: base, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
346367857 | MDExOlB1bGxSZXF1ZXN0MzQ2MzY3ODU3 | 3578 | closed | 0 | Add pyXpcm to Related Projects doc page | gmaze 1956032 | As it says, this is just to add the https://github.com/obidam/pyxpcm xarray related project to the documentation page. pyXpcm is a python package to create and work with ocean Profile Classification Model that consumes and produces Xarray objects. | 2019-11-27T18:06:55Z | 2019-11-27T19:39:07Z | 2019-11-27T19:39:06Z | 2019-11-27T19:39:06Z | 0197bf2522e66bee7f9e35505929a46fdb6246ea | 0 | c8f2c6a99c4aaab9b53422900e86391f4419df4a | 7dfdfcaa481fe6b42302f231cb02c35601c628db | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/3578 | ||||
789792994 | PR_kwDOAMm_X84vE0ji | 6030 | closed | 0 | Add argopy to Related Projects doc page | gmaze 1956032 | As it says, this is to add the https://github.com/euroargodev/argopy xarray related project to the documentation page. [argopy](https://github.com/euroargodev/argopy) is a python library that aims to ease Argo data access, manipulation and visualisation for standard users as well as Argo experts. [argopy](https://github.com/euroargodev/argopy) comes with a xarray accessor ``argo`` for Argo dataset | 2021-11-26T20:53:48Z | 2021-11-26T21:00:02Z | 2021-11-26T21:00:02Z | 0 | c34f3696f8b8c40f206fa8e5f5401d41dbed6325 | 21e848425a455a16f41a4aa1ea0b889bea3fe2fa | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/6030 | ||||||
789796082 | PR_kwDOAMm_X84vE1Ty | 6031 | closed | 0 | Add argopy to ecosystem.rst doc page | gmaze 1956032 | As it says, this is to add the https://github.com/euroargodev/argopy xarray related project to the documentation page. [argopy](https://github.com/euroargodev/argopy) is a python library that aims to ease Argo data access, manipulation and visualisation for standard users as well as Argo experts. [argopy](https://github.com/euroargodev/argopy) comes with a [xarray accessor ``argo`` for Argo dataset](https://argopy.readthedocs.io/en/latest/api.html#dataset-argo-xarray-accessor) | 2021-11-26T21:05:39Z | 2021-11-27T13:36:21Z | 2021-11-27T13:36:21Z | 2021-11-27T13:36:21Z | 135a3351bf77a4a55e76a8c60b40852ec10cdd4a | 0 | 5ca29a73a60081d9ae4646cc0b3a8bdf3d92ad26 | 21e848425a455a16f41a4aa1ea0b889bea3fe2fa | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/6031 |
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]);