issue_comments
11 rows where user = 244887 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, reactions, created_at (date), updated_at (date)
user 1
- gajomi · 11 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
668287739 | https://github.com/pydata/xarray/pull/2070#issuecomment-668287739 | https://api.github.com/repos/pydata/xarray/issues/2070 | MDEyOklzc3VlQ29tbWVudDY2ODI4NzczOQ== | gajomi 244887 | 2020-08-03T23:22:53Z | 2020-08-03T23:22:53Z | CONTRIBUTOR | Hi @dnowacki-usgs. Feel free to take all the credit! I have ended up swamped at work the last few months and just haven't had the time to get back into this yet. I am guessing easiest way to move forward would be to fork my last commit and open up a new pull request. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep attrs in call to astype 316461072 | |
586034963 | https://github.com/pydata/xarray/pull/2070#issuecomment-586034963 | https://api.github.com/repos/pydata/xarray/issues/2070 | MDEyOklzc3VlQ29tbWVudDU4NjAzNDk2Mw== | gajomi 244887 | 2020-02-14T00:13:15Z | 2020-02-14T00:13:15Z | CONTRIBUTOR | Oh my... It's been some time since I have logged in to github... I will have to take a look at this over the weekend to see if I can remember where I was on this PR |
{ "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keep attrs in call to astype 316461072 | |
383267324 | https://github.com/pydata/xarray/issues/2049#issuecomment-383267324 | https://api.github.com/repos/pydata/xarray/issues/2049 | MDEyOklzc3VlQ29tbWVudDM4MzI2NzMyNA== | gajomi 244887 | 2018-04-21T04:39:29Z | 2018-04-21T04:39:29Z | CONTRIBUTOR | Above PR is a first draft. It would seem that the kwargs for the dask array method are a subset of the numpy array method, so I based docstring on these. Happy to do something else though if that makes sense. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keeping attributes when using DataArray.astype 313010564 | |
381651747 | https://github.com/pydata/xarray/issues/2049#issuecomment-381651747 | https://api.github.com/repos/pydata/xarray/issues/2049 | MDEyOklzc3VlQ29tbWVudDM4MTY1MTc0Nw== | gajomi 244887 | 2018-04-16T15:46:00Z | 2018-04-16T15:47:18Z | CONTRIBUTOR | I have a version of this working, but to get tests to pass I had to add the same behavior for Just let me know if that makes sense or what alternative path seems best and I'll see if I can open a PR. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Keeping attributes when using DataArray.astype 313010564 | |
365697240 | https://github.com/pydata/xarray/issues/1882#issuecomment-365697240 | https://api.github.com/repos/pydata/xarray/issues/1882 | MDEyOklzc3VlQ29tbWVudDM2NTY5NzI0MA== | gajomi 244887 | 2018-02-14T18:17:53Z | 2018-02-14T18:17:53Z | CONTRIBUTOR |
Nice title! I know xarray has its origins and most of its current users in the earth science domains, and so I would expect much of the core of an xarray tutorial to involve various geo* flavored data, but since SciPy has attendees from so many different backgrounds it could be useful to try to survey the scope of work being done with xarray right now. I imagine there must be other users in astronomy, physics, biology and perhaps even quantitative civics/demography that could have interesting snippets to share. For my part, I am using xarray to work with microscopy data in a biological context, and would be happy to share a snippet or two. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray tutorial at SciPy 2018? 293913247 | |
363072151 | https://github.com/pydata/xarray/issues/1388#issuecomment-363072151 | https://api.github.com/repos/pydata/xarray/issues/1388 | MDEyOklzc3VlQ29tbWVudDM2MzA3MjE1MQ== | gajomi 244887 | 2018-02-05T12:35:10Z | 2018-02-05T12:35:10Z | CONTRIBUTOR | @fujiisoup and @shoyer Really enlightening comments above. I think I am starting to get the dao of xarray a bit better :)
Agreed it would be nice to have a consistent and well reasoned rule for coordinate propagation in aggregation methods. I think a key point here, which gets brought up in your example is that it might make sense to have different subrules depending on the semantics of the operation. Functions like
Yeah, I felt a little dirty appending '_argmax'.
OK. I think I understand now why @fujiisoup proposed output a Dataset rather than an array. That's a natural syntax for getting the values from the indices.
+1 to dedicated adding more methods if needed, since I think even if it isn;t needed the associated docs will need to make sure users are aware of the analogous |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
argmin / argmax behavior doesn't match documentation 224878728 | |
362717912 | https://github.com/pydata/xarray/issues/1388#issuecomment-362717912 | https://api.github.com/repos/pydata/xarray/issues/1388 | MDEyOklzc3VlQ29tbWVudDM2MjcxNzkxMg== | gajomi 244887 | 2018-02-02T21:50:05Z | 2018-02-02T21:50:05Z | CONTRIBUTOR | I just came across the various argmax/idxmax (and related min) related issues recently in a project I have been working on. In addition to agreeing that docs should be updated when appropriate here are my two or three cents:
Coordinates: * w (w) <U3 'w_0' 'w_1' * x (x) <U3 'x_0' 'x_1' * y (y) <U3 'y_0' 'y_1' * z (z) <U3 'z_0' 'z_1' ``` I would like to get something like the following ```python
Coordinates:
* x (x) object 'x_0' 'x_1'
* z (z) object 'z_0' 'z_1'
* argmaxdim (argmaxdim) <U1 'w' 'y'
def argmax(da, dim=None): daname = "" if da.name is None else da.name name = daname+"_argmax" if dim is None: maxda = da.where(da == da.max(),drop=True) dims = list(maxda.dims) dimmaxvals = [maxda.coords[dim].values[0] for dim in dims] result = xr.DataArray(dimmaxvals, dims='argmaxdim', coords={'argmaxdim':dims}, name = name) return result else: if isinstance(dim,str): dim = [dim] keepdims = [d for d in da.dims if d not in dim] dastacked = da.stack(keepdims = keepdims) slices = [_argmaxstackeddim(dastacked,i) for i in range(len(dastacked.keepdims))] return xr.merge(slices)[name] ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
argmin / argmax behavior doesn't match documentation 224878728 | |
362089951 | https://github.com/pydata/xarray/issues/1862#issuecomment-362089951 | https://api.github.com/repos/pydata/xarray/issues/1862 | MDEyOklzc3VlQ29tbWVudDM2MjA4OTk1MQ== | gajomi 244887 | 2018-01-31T22:17:48Z | 2018-01-31T22:17:48Z | CONTRIBUTOR | A max_spacing argument sounds interesting, but definitely makes me think I need to meditate for awhile on the scope of raised issue. A basic semantic distinction of importance here is where the coordinates are "point like", or represent the centers of intervals of some volume or something else entirely (e.g., in the case of non-interval or float data). Depending on what they represent you might want to plot one thing or another. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Weird looking plots from combined DataArrays 292054887 | |
361111273 | https://github.com/pydata/xarray/issues/1862#issuecomment-361111273 | https://api.github.com/repos/pydata/xarray/issues/1862 | MDEyOklzc3VlQ29tbWVudDM2MTExMTI3Mw== | gajomi 244887 | 2018-01-29T00:32:32Z | 2018-01-29T00:33:35Z | CONTRIBUTOR |
I guess I had imagined it would not try to plot those intermediate values. I think the behavior makes sense in 1d (pandas does the same linear interpolation I think)
👍 I'd be happy to take a stab at implementing plotting that gives (by default or through an optional argument) a result equivalent to the last plot you made if you imagine xarray users would find it useful. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Weird looking plots from combined DataArrays 292054887 | |
359961228 | https://github.com/pydata/xarray/issues/1850#issuecomment-359961228 | https://api.github.com/repos/pydata/xarray/issues/1850 | MDEyOklzc3VlQ29tbWVudDM1OTk2MTIyOA== | gajomi 244887 | 2018-01-23T23:01:11Z | 2018-01-23T23:01:11Z | CONTRIBUTOR | I don't have any strong opinion about separate repos or contrib submodules, so long as there is some way to improve discoverability of methods. Having said that, many of the methods mentioned in #1288 are in the numpy namespace, and at least naively applicable to all domains. Would you consider numpy methods with semantics compatible with DataArrays and/or Datasets as appropriate to contribute to core xarray? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray contrib module 290593053 | |
359521912 | https://github.com/pydata/xarray/issues/1288#issuecomment-359521912 | https://api.github.com/repos/pydata/xarray/issues/1288 | MDEyOklzc3VlQ29tbWVudDM1OTUyMTkxMg== | gajomi 244887 | 2018-01-22T18:38:50Z | 2018-01-22T18:58:03Z | CONTRIBUTOR |
@lamorton I really like the suggestion from @shoyer about submodules for throwing wrappers from other libraries, but in the meantime I think I might like very much to check out your implementation of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add trapz to DataArray for mathematical integration 210704949 |
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 7