issue_comments
6 rows where author_association = "CONTRIBUTOR", issue = 409618228 and user = 223250 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add `Dataset.drop_dims` · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
469088112 | https://github.com/pydata/xarray/pull/2767#issuecomment-469088112 | https://api.github.com/repos/pydata/xarray/issues/2767 | MDEyOklzc3VlQ29tbWVudDQ2OTA4ODExMg== | kmsquire 223250 | 2019-03-04T01:22:04Z | 2019-03-04T01:22:04Z | CONTRIBUTOR | No worries--thanks for merging! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `Dataset.drop_dims` 409618228 | |
468980810 | https://github.com/pydata/xarray/pull/2767#issuecomment-468980810 | https://api.github.com/repos/pydata/xarray/issues/2767 | MDEyOklzc3VlQ29tbWVudDQ2ODk4MDgxMA== | kmsquire 223250 | 2019-03-03T02:28:02Z | 2019-03-03T02:28:02Z | CONTRIBUTOR | Rebased to fix the NEWS conflict. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `Dataset.drop_dims` 409618228 | |
467568430 | https://github.com/pydata/xarray/pull/2767#issuecomment-467568430 | https://api.github.com/repos/pydata/xarray/issues/2767 | MDEyOklzc3VlQ29tbWVudDQ2NzU2ODQzMA== | kmsquire 223250 | 2019-02-26T19:02:23Z | 2019-02-26T19:02:23Z | CONTRIBUTOR | @shoyer I force pushed the requested changes. Please let me know if there is anything else. Thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `Dataset.drop_dims` 409618228 | |
466463669 | https://github.com/pydata/xarray/pull/2767#issuecomment-466463669 | https://api.github.com/repos/pydata/xarray/issues/2767 | MDEyOklzc3VlQ29tbWVudDQ2NjQ2MzY2OQ== | kmsquire 223250 | 2019-02-22T16:47:11Z | 2019-02-22T16:47:11Z | CONTRIBUTOR |
Okay, that's what this PR already did (via the call to Rebased on master. From my perspective, this should be good to go. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `Dataset.drop_dims` 409618228 | |
466083575 | https://github.com/pydata/xarray/pull/2767#issuecomment-466083575 | https://api.github.com/repos/pydata/xarray/issues/2767 | MDEyOklzc3VlQ29tbWVudDQ2NjA4MzU3NQ== | kmsquire 223250 | 2019-02-21T17:11:05Z | 2019-02-21T17:11:05Z | CONTRIBUTOR | @shoyer I'm sure you're busy... wondering if you might have time to review this (or direct it to someone else to review)? Other than my question above, it should be pretty straightforward. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `Dataset.drop_dims` 409618228 | |
463078403 | https://github.com/pydata/xarray/pull/2767#issuecomment-463078403 | https://api.github.com/repos/pydata/xarray/issues/2767 | MDEyOklzc3VlQ29tbWVudDQ2MzA3ODQwMw== | kmsquire 223250 | 2019-02-13T06:38:43Z | 2019-02-13T06:38:43Z | CONTRIBUTOR | I was looking for this functionality and ran across #1949. There was one bit of behavior that was unclear to me. Say I have ```python In [6]: data = xr.Dataset({'A': (['x', 'y'], np.random.randn(2, 3)), ...: 'B': ('x', np.random.randn(2)), ...: 'x': ['a', 'b'], 'z': np.pi}) In [7]: data Out[7]: <xarray.Dataset> Dimensions: (x: 2, y: 3) Coordinates: * x (x) <U1 'a' 'b' Dimensions without coordinates: y Data variables: A (x, y) float64 -0.662 -0.705 -0.1866 -0.8655 0.5816 -0.2308 B (x) float64 -0.1002 2.402 z float64 3.142 In [8]: data.drop_dims('x') Out[8]: <xarray.Dataset> Dimensions: () Data variables: z float64 3.142 ``` In this case, I dropped At one point, I implemented this slightly differently, which instead gave
In some ways, this seems preferable, especially if |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `Dataset.drop_dims` 409618228 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1