issue_comments
30 rows where user = 2818208 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, reactions, created_at (date), updated_at (date)
user 1
- gwgundersen · 30 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
569074436 | https://github.com/pydata/xarray/pull/3336#issuecomment-569074436 | https://api.github.com/repos/pydata/xarray/issues/3336 | MDEyOklzc3VlQ29tbWVudDU2OTA3NDQzNg== | gwgundersen 2818208 | 2019-12-26T15:14:45Z | 2019-12-26T15:14:45Z | CONTRIBUTOR | The more I think about this PR, the more I dislike this approach. The solution must either be brittle or over-engineered. I discussed this issue with a friend, and other approaches don't seem better: currying the function—
@max-sixty, @dcherian, @shoyer thoughts? Not to open a can of worms, but the root cause of this issue is that the Xarray API accepts both |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Provide better error message when dimension name matches argument 497416198 | |
564076665 | https://github.com/pydata/xarray/pull/3336#issuecomment-564076665 | https://api.github.com/repos/pydata/xarray/issues/3336 | MDEyOklzc3VlQ29tbWVudDU2NDA3NjY2NQ== | gwgundersen 2818208 | 2019-12-10T15:08:55Z | 2019-12-10T15:08:55Z | CONTRIBUTOR | I'm almost done with classes and am happy to return to this if there is any interest. I don't want to design something brittle, though, and would love some guidance. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Provide better error message when dimension name matches argument 497416198 | |
536352264 | https://github.com/pydata/xarray/pull/3352#issuecomment-536352264 | https://api.github.com/repos/pydata/xarray/issues/3352 | MDEyOklzc3VlQ29tbWVudDUzNjM1MjI2NA== | gwgundersen 2818208 | 2019-09-29T23:34:32Z | 2019-09-29T23:34:32Z | CONTRIBUTOR | I've integrated the latest feedback and created https://github.com/pydata/xarray/issues/3356 for the section on name-matching rules. @jthielen, it's not my call, but I think a downstream PR makes sense. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add glossary to documentation 499807676 | |
536317258 | https://github.com/pydata/xarray/pull/3352#issuecomment-536317258 | https://api.github.com/repos/pydata/xarray/issues/3352 | MDEyOklzc3VlQ29tbWVudDUzNjMxNzI1OA== | gwgundersen 2818208 | 2019-09-29T16:18:11Z | 2019-09-29T16:18:11Z | CONTRIBUTOR | Thanks for the feedback @max-sixty and @dcherian. I tried to incorporate your feedback and pushed some new changes. Here's a screenshot of the page. Happy to iterate more on this if needed. I do think getting this stuff right is really useful for new users.
Ah, these would be great to have. I've created https://github.com/pydata/xarray/issues/3355 so I/we remember. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add glossary to documentation 499807676 | |
533693878 | https://github.com/pydata/xarray/issues/3324#issuecomment-533693878 | https://api.github.com/repos/pydata/xarray/issues/3324 | MDEyOklzc3VlQ29tbWVudDUzMzY5Mzg3OA== | gwgundersen 2818208 | 2019-09-20T20:13:07Z | 2019-09-20T20:13:07Z | CONTRIBUTOR |
Currently, |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
`sel` fails confusingly or silently when a dimension name matches an optional argument 495920497 | |
533515745 | https://github.com/pydata/xarray/issues/3324#issuecomment-533515745 | https://api.github.com/repos/pydata/xarray/issues/3324 | MDEyOklzc3VlQ29tbWVudDUzMzUxNTc0NQ== | gwgundersen 2818208 | 2019-09-20T11:28:48Z | 2019-09-20T11:28:48Z | CONTRIBUTOR | What if I create a PR with a function in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
`sel` fails confusingly or silently when a dimension name matches an optional argument 495920497 | |
525519957 | https://github.com/pydata/xarray/issues/3227#issuecomment-525519957 | https://api.github.com/repos/pydata/xarray/issues/3227 | MDEyOklzc3VlQ29tbWVudDUyNTUxOTk1Nw== | gwgundersen 2818208 | 2019-08-27T23:19:25Z | 2019-08-27T23:19:25Z | CONTRIBUTOR | Thanks for the explanation, @DocOtak. I didn't initially understand |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Building the docs creates temporary files 482023929 | |
525190165 | https://github.com/pydata/xarray/issues/3227#issuecomment-525190165 | https://api.github.com/repos/pydata/xarray/issues/3227 | MDEyOklzc3VlQ29tbWVudDUyNTE5MDE2NQ== | gwgundersen 2818208 | 2019-08-27T08:07:28Z | 2019-08-27T08:07:28Z | CONTRIBUTOR | After doing some more research, I can't find an ipythonic way of doing this—even have a question with a bounty on StackOverflow. However, here are some options. My vote is for using the Remove via
|
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
Building the docs creates temporary files 482023929 | |
524617139 | https://github.com/pydata/xarray/issues/3240#issuecomment-524617139 | https://api.github.com/repos/pydata/xarray/issues/3240 | MDEyOklzc3VlQ29tbWVudDUyNDYxNzEzOQ== | gwgundersen 2818208 | 2019-08-25T10:02:39Z | 2019-08-25T10:02:39Z | CONTRIBUTOR | I see. This is because coordinates are just ```python
is equivalent to ```python
And the reason this is a ```python
is equivalent to... ```python
And |
{ "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 } |
assign_coords adds coordinates without a new dimension if the value is scalar 484089737 | |
524525841 | https://github.com/pydata/xarray/issues/3240#issuecomment-524525841 | https://api.github.com/repos/pydata/xarray/issues/3240 | MDEyOklzc3VlQ29tbWVudDUyNDUyNTg0MQ== | gwgundersen 2818208 | 2019-08-24T06:39:00Z | 2019-08-24T06:39:00Z | CONTRIBUTOR | @shoyer, maybe I am missing a nuance in your answer, but I think I already understand this bit about Xarray. My question was why is it is allowed to add a scalar: ```python
In this case, |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
assign_coords adds coordinates without a new dimension if the value is scalar 484089737 | |
523196966 | https://github.com/pydata/xarray/pull/3233#issuecomment-523196966 | https://api.github.com/repos/pydata/xarray/issues/3233 | MDEyOklzc3VlQ29tbWVudDUyMzE5Njk2Ng== | gwgundersen 2818208 | 2019-08-20T21:12:58Z | 2019-08-20T21:12:58Z | CONTRIBUTOR | @shoyer, I've addressed your comments by adding more helpful warnings and testing that said warnings are raised properly. I've also moved both warnings to the top of the function as I think it's a bit easier to reason about the code branches this way. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Drop keyword support: small fixes 482561245 | |
522787266 | https://github.com/pydata/xarray/pull/3233#issuecomment-522787266 | https://api.github.com/repos/pydata/xarray/issues/3233 | MDEyOklzc3VlQ29tbWVudDUyMjc4NzI2Ng== | gwgundersen 2818208 | 2019-08-19T23:06:51Z | 2019-08-19T23:06:51Z | CONTRIBUTOR | Strange. This passes all my tests locally. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Drop keyword support: small fixes 482561245 | |
522742951 | https://github.com/pydata/xarray/issues/3231#issuecomment-522742951 | https://api.github.com/repos/pydata/xarray/issues/3231 | MDEyOklzc3VlQ29tbWVudDUyMjc0Mjk1MQ== | gwgundersen 2818208 | 2019-08-19T20:34:43Z | 2019-08-19T20:34:43Z | CONTRIBUTOR | Okay, I'll finish https://github.com/pydata/xarray/pull/3128 first and then tackle this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Dict-like argument support for assign_coords() 482452409 | |
522358352 | https://github.com/pydata/xarray/pull/3128#issuecomment-522358352 | https://api.github.com/repos/pydata/xarray/issues/3128 | MDEyOklzc3VlQ29tbWVudDUyMjM1ODM1Mg== | gwgundersen 2818208 | 2019-08-18T21:43:57Z | 2019-08-18T21:43:57Z | CONTRIBUTOR | Happy to make these changes, but what's the protocol here? Seems like reverting the merge and letting me amend is cleaner than me creating a new PR. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support keyword API for `Dataset.drop` 467865659 | |
522344351 | https://github.com/pydata/xarray/issues/2410#issuecomment-522344351 | https://api.github.com/repos/pydata/xarray/issues/2410 | MDEyOklzc3VlQ29tbWVudDUyMjM0NDM1MQ== | gwgundersen 2818208 | 2019-08-18T18:29:52Z | 2019-08-18T18:29:52Z | CONTRIBUTOR | @horta, what's the status on this? @max-sixty and I were discussing a glossary over in https://github.com/pydata/xarray/issues/3176. I think this is an important contribution and am happy to help if needed. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Updated text for indexing page 359240638 | |
522344162 | https://github.com/pydata/xarray/issues/3176#issuecomment-522344162 | https://api.github.com/repos/pydata/xarray/issues/3176 | MDEyOklzc3VlQ29tbWVudDUyMjM0NDE2Mg== | gwgundersen 2818208 | 2019-08-18T18:27:15Z | 2019-08-18T18:27:15Z | CONTRIBUTOR | Looks like the idea of a glossary is already being discussed in https://github.com/pydata/xarray/issues/2410. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.set_index throws error on documented input 476103888 | |
522299956 | https://github.com/pydata/xarray/pull/3226#issuecomment-522299956 | https://api.github.com/repos/pydata/xarray/issues/3226 | MDEyOklzc3VlQ29tbWVudDUyMjI5OTk1Ng== | gwgundersen 2818208 | 2019-08-18T07:53:07Z | 2019-08-18T07:53:07Z | CONTRIBUTOR | I did not want to overreach with this PR, but I agree that the documentation is verbose. It seems to follow a logical order of information without making reasonable assumptions about the contributor. I think the docs would be better suited following an inverted pyramid of information. In that light, something like this PR checklist or an overview would be at the top with quick links to more detailed information at the bottom. For example, while it's true that you need to know about git before contributing, how many people need to learn git or forking or creating branches when first contributing? My guess is that this is the minority, and the docs could reflect this by putting such reference material near the bottom of the page. Also added a note to "What's new". |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add PR checklist to contributing docs 481935553 | |
522299373 | https://github.com/pydata/xarray/pull/3128#issuecomment-522299373 | https://api.github.com/repos/pydata/xarray/issues/3128 | MDEyOklzc3VlQ29tbWVudDUyMjI5OTM3Mw== | gwgundersen 2818208 | 2019-08-18T07:42:58Z | 2019-08-18T07:42:58Z | CONTRIBUTOR | @max-sixty, done. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support keyword API for `Dataset.drop` 467865659 | |
522275521 | https://github.com/pydata/xarray/pull/3128#issuecomment-522275521 | https://api.github.com/repos/pydata/xarray/issues/3128 | MDEyOklzc3VlQ29tbWVudDUyMjI3NTUyMQ== | gwgundersen 2818208 | 2019-08-17T22:34:21Z | 2019-08-17T22:34:21Z | CONTRIBUTOR | Sorry for the back-and-forth. CI tests and checks are all passing, and this is ready for another review. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support keyword API for `Dataset.drop` 467865659 | |
522225177 | https://github.com/pydata/xarray/pull/3128#issuecomment-522225177 | https://api.github.com/repos/pydata/xarray/issues/3128 | MDEyOklzc3VlQ29tbWVudDUyMjIyNTE3Nw== | gwgundersen 2818208 | 2019-08-17T10:22:58Z | 2019-08-17T10:22:58Z | CONTRIBUTOR | Now the docs don't build. When I try to build locally, I get a vague error:
Do you see anything wrong with this?
.. ipython:: python
<-- line 241
Use :py:meth: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support keyword API for `Dataset.drop` 467865659 | |
521980573 | https://github.com/pydata/xarray/issues/3176#issuecomment-521980573 | https://api.github.com/repos/pydata/xarray/issues/3176 | MDEyOklzc3VlQ29tbWVudDUyMTk4MDU3Mw== | gwgundersen 2818208 | 2019-08-16T11:39:56Z | 2019-08-16T11:39:56Z | CONTRIBUTOR | Thanks for these answers! On a related point, I'd be keen to open a PR for improved documentation for whatever object What do you think of the terminology "alternative" or "auxiliary" dimension? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.set_index throws error on documented input 476103888 | |
521908280 | https://github.com/pydata/xarray/pull/3128#issuecomment-521908280 | https://api.github.com/repos/pydata/xarray/issues/3128 | MDEyOklzc3VlQ29tbWVudDUyMTkwODI4MA== | gwgundersen 2818208 | 2019-08-16T07:00:37Z | 2019-08-16T07:00:37Z | CONTRIBUTOR | Sorry about that. I'm not sure what happened. I've reverted branch and cherry picked my changes. The issue with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support keyword API for `Dataset.drop` 467865659 | |
521822644 | https://github.com/pydata/xarray/issues/3176#issuecomment-521822644 | https://api.github.com/repos/pydata/xarray/issues/3176 | MDEyOklzc3VlQ29tbWVudDUyMTgyMjY0NA== | gwgundersen 2818208 | 2019-08-15T22:42:07Z | 2019-08-15T22:42:07Z | CONTRIBUTOR | Looking at this now, and I'm a little surprised at the verbiage. In your example, do you consider But I do think I see the use case. The point is that you can take an existing dimension's coordinates and set them as the coordinates for an alternative dimension? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.set_index throws error on documented input 476103888 | |
521819936 | https://github.com/pydata/xarray/pull/3128#issuecomment-521819936 | https://api.github.com/repos/pydata/xarray/issues/3128 | MDEyOklzc3VlQ29tbWVudDUyMTgxOTkzNg== | gwgundersen 2818208 | 2019-08-15T22:29:36Z | 2019-08-15T22:29:36Z | CONTRIBUTOR | @max-sixty, thanks! It's useful to be able to do in advance. After merging from master, I get this error:
I assume this is due to https://github.com/pydata/xarray/pull/3177 cc @crusaderky. Is there a way to avoid this? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support keyword API for `Dataset.drop` 467865659 | |
521554109 | https://github.com/pydata/xarray/issues/3176#issuecomment-521554109 | https://api.github.com/repos/pydata/xarray/issues/3176 | MDEyOklzc3VlQ29tbWVudDUyMTU1NDEwOQ== | gwgundersen 2818208 | 2019-08-15T08:05:39Z | 2019-08-15T08:05:39Z | CONTRIBUTOR | Thanks for the explanation. I'll create a PR and link to this issue this evening. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.set_index throws error on documented input 476103888 | |
512031393 | https://github.com/pydata/xarray/pull/3126#issuecomment-512031393 | https://api.github.com/repos/pydata/xarray/issues/3126 | MDEyOklzc3VlQ29tbWVudDUxMjAzMTM5Mw== | gwgundersen 2818208 | 2019-07-16T22:50:04Z | 2019-07-16T22:50:04Z | CONTRIBUTOR | Okay, a couple changes to the original PR: we now perform a shallow copy of the returned index in This seems pretty robust: ```python
Since a ```python
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Return immutable view of Pandas indexes 467856527 | |
511716413 | https://github.com/pydata/xarray/pull/3126#issuecomment-511716413 | https://api.github.com/repos/pydata/xarray/issues/3126 | MDEyOklzc3VlQ29tbWVudDUxMTcxNjQxMw== | gwgundersen 2818208 | 2019-07-16T08:20:34Z | 2019-07-16T08:21:07Z | CONTRIBUTOR | Locally, I've moved my changes from @shoyer, it seems like this issue happens anywhere the user can modify a Pandas index. For example, the Dataset bug in my comment yesterday. Do we want all views of indexes to be immutable or do we trust the user to not do stuff like this: ```python
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Return immutable view of Pandas indexes 467856527 | |
511506569 | https://github.com/pydata/xarray/pull/3126#issuecomment-511506569 | https://api.github.com/repos/pydata/xarray/issues/3126 | MDEyOklzc3VlQ29tbWVudDUxMTUwNjU2OQ== | gwgundersen 2818208 | 2019-07-15T17:59:23Z | 2019-07-15T17:59:23Z | CONTRIBUTOR | @max-sixty, ```python
But you're right that ```python
Does anyone know if |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Return immutable view of Pandas indexes 467856527 | |
511221426 | https://github.com/pydata/xarray/issues/2910#issuecomment-511221426 | https://api.github.com/repos/pydata/xarray/issues/2910 | MDEyOklzc3VlQ29tbWVudDUxMTIyMTQyNg== | gwgundersen 2818208 | 2019-07-14T17:36:36Z | 2019-07-14T17:36:36Z | CONTRIBUTOR | Created PR https://github.com/pydata/xarray/pull/3128 to add support for this feature. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keyword argument support for drop() 435339263 | |
511215090 | https://github.com/pydata/xarray/issues/2949#issuecomment-511215090 | https://api.github.com/repos/pydata/xarray/issues/2949 | MDEyOklzc3VlQ29tbWVudDUxMTIxNTA5MA== | gwgundersen 2818208 | 2019-07-14T16:08:12Z | 2019-07-14T16:08:12Z | CONTRIBUTOR | I've created PR https://github.com/pydata/xarray/pull/3126 to fix this issue. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.DataArray.to_series returns a (mutable) view 442063346 |
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]);
issue 14