issue_comments
13 rows where issue = 124154674 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Keep attrs & Add a 'keep_coords' argument to Dataset.apply · 13 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 486781345 | https://github.com/pydata/xarray/issues/688#issuecomment-486781345 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDQ4Njc4MTM0NQ== | stale[bot] 26384082 | 2019-04-25T18:12:43Z | 2019-04-25T18:12:43Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 304077718 | https://github.com/pydata/xarray/issues/688#issuecomment-304077718 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDMwNDA3NzcxOA== | snowman2 8699967 | 2017-05-25T17:55:15Z | 2017-05-25T17:55:15Z | CONTRIBUTOR | Strange. But I can't seem to re-produce the issue. Maybe it was on a Windows machine or maybe it is fixed now. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 304060814 | https://github.com/pydata/xarray/issues/688#issuecomment-304060814 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDMwNDA2MDgxNA== | shoyer 1217238 | 2017-05-25T16:49:17Z | 2017-05-25T16:49:17Z | MEMBER | @snowman2 can you print an example of what |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 304003816 | https://github.com/pydata/xarray/issues/688#issuecomment-304003816 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDMwNDAwMzgxNg== | snowman2 8699967 | 2017-05-25T12:57:34Z | 2017-05-25T12:57:34Z | CONTRIBUTOR | @shoyer, thanks for looking into it. I am resampling from 3hr data to 1hr data.
I am using it here: https://github.com/CI-WATER/gsshapy/blob/f4e5cb13c1d528021e1953859b712553a4162311/gsshapy/grid/grid_to_gssha.py#L789-L844 I ran into the issue there and had to add code to make sure the coordinates were copied. Thanks! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 303900776 | https://github.com/pydata/xarray/issues/688#issuecomment-303900776 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDMwMzkwMDc3Ng== | shoyer 1217238 | 2017-05-25T01:54:51Z | 2017-05-25T01:54:51Z | MEMBER | @snowman2 I tried to reproduce your issue, but I couldn't make In [22]: ds.resample('AS', 'time', how=np.sum) Out[22]: <xarray.Dataset> Dimensions: (time: 4, x: 275, y: 205) Coordinates: yc (y, x) float64 16.53 16.78 17.02 17.27 17.51 17.76 18.0 18.25 ... xc (y, x) float64 189.2 189.4 189.6 189.7 189.9 190.1 190.2 190.4 ... * time (time) datetime64[ns] 1980-01-01 1981-01-01 1982-01-01 1983-01-01 Dimensions without coordinates: x, y Data variables: Tair (time, y, x) float64 nan nan nan nan nan nan nan nan nan nan ... ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 298330381 | https://github.com/pydata/xarray/issues/688#issuecomment-298330381 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDI5ODMzMDM4MQ== | snowman2 8699967 | 2017-05-01T13:04:16Z | 2017-05-01T13:04:16Z | CONTRIBUTOR | I need input data for a hydrology model in an hourly timestep. So, I use the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 298206446 | https://github.com/pydata/xarray/issues/688#issuecomment-298206446 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDI5ODIwNjQ0Ng== | shoyer 1217238 | 2017-04-30T02:17:17Z | 2017-04-30T02:17:17Z | MEMBER | @snowman2 Can you give a concrete example of the sort of function you would want to apply? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 298202905 | https://github.com/pydata/xarray/issues/688#issuecomment-298202905 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDI5ODIwMjkwNQ== | snowman2 8699967 | 2017-04-30T00:24:48Z | 2017-04-30T00:24:48Z | CONTRIBUTOR | You could do it in the custom callable, but it requires less expertise and fewer lines of code to add that as an option. The use case I have is land surface model output with x,y coordinates that I would like to preserve. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 297475228 | https://github.com/pydata/xarray/issues/688#issuecomment-297475228 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDI5NzQ3NTIyOA== | shoyer 1217238 | 2017-04-26T16:58:18Z | 2017-04-26T16:58:18Z | MEMBER | @snowman2 Possibly yes, though we would want to think through the use-cases for this first. Arguably, you should explicitly preserve coordinates in your custom callable instead. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 297431024 | https://github.com/pydata/xarray/issues/688#issuecomment-297431024 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDI5NzQzMTAyNA== | snowman2 8699967 | 2017-04-26T14:43:40Z | 2017-04-26T14:43:40Z | CONTRIBUTOR | Is there plans for a 'keep_coords' for Dataset.resample as well? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 182699321 | https://github.com/pydata/xarray/issues/688#issuecomment-182699321 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDE4MjY5OTMyMQ== | max-sixty 5635139 | 2016-02-11T04:31:11Z | 2016-02-11T04:31:11Z | MEMBER | Also |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 167878323 | https://github.com/pydata/xarray/issues/688#issuecomment-167878323 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDE2Nzg3ODMyMw== | max-sixty 5635139 | 2015-12-29T21:12:50Z | 2015-12-29T21:13:42Z | MEMBER | Great @shoyer, agreed |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 | |
| 167832185 | https://github.com/pydata/xarray/issues/688#issuecomment-167832185 | https://api.github.com/repos/pydata/xarray/issues/688 | MDEyOklzc3VlQ29tbWVudDE2NzgzMjE4NQ== | shoyer 1217238 | 2015-12-29T17:08:57Z | 2015-12-29T17:08:57Z | MEMBER | I would be fine with a I'm wary of always keeping coordinates, because some applied operations could make existing coordinates no longer valid. For example, suppose you want to use pandas's faster time-resampling, i.e., |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Keep attrs & Add a 'keep_coords' argument to Dataset.apply 124154674 |
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 4