issue_comments
5 rows where author_association = "CONTRIBUTOR" and user = 40183561 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, reactions, created_at (date), updated_at (date)
user 1
- ellesmith88 · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1063808399 | https://github.com/pydata/xarray/issues/2037#issuecomment-1063808399 | https://api.github.com/repos/pydata/xarray/issues/2037 | IC_kwDOAMm_X84_aG2P | ellesmith88 40183561 | 2022-03-10T08:46:31Z | 2022-03-10T08:46:31Z | CONTRIBUTOR | @BorjaEst I don't think I ever pushed anything up, sorry. Probably best to start a new one. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
to_netcdf -> _fill_value without NaN 310833761 | |
| 1063784085 | https://github.com/pydata/xarray/issues/2037#issuecomment-1063784085 | https://api.github.com/repos/pydata/xarray/issues/2037 | IC_kwDOAMm_X84_aA6V | ellesmith88 40183561 | 2022-03-10T08:14:59Z | 2022-03-10T08:14:59Z | CONTRIBUTOR | @BorjaEst I haven't opened a PR for this 🙂 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
to_netcdf -> _fill_value without NaN 310833761 | |
| 870676146 | https://github.com/pydata/xarray/pull/5514#issuecomment-870676146 | https://api.github.com/repos/pydata/xarray/issues/5514 | MDEyOklzc3VlQ29tbWVudDg3MDY3NjE0Ng== | ellesmith88 40183561 | 2021-06-29T14:59:41Z | 2021-06-30T13:37:30Z | CONTRIBUTOR | @dcherian Thanks for the review, I've made those changes |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Allow user to explicitly disable coordinates attribute 928349653 | |
| 866140391 | https://github.com/pydata/xarray/issues/5510#issuecomment-866140391 | https://api.github.com/repos/pydata/xarray/issues/5510 | MDEyOklzc3VlQ29tbWVudDg2NjE0MDM5MQ== | ellesmith88 40183561 | 2021-06-22T16:28:56Z | 2021-06-22T16:29:32Z | CONTRIBUTOR | @dcherian thanks! I've tried overriding with |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Can't remove coordinates attribute from DataArrays 927336712 | |
| 857563427 | https://github.com/pydata/xarray/issues/2037#issuecomment-857563427 | https://api.github.com/repos/pydata/xarray/issues/2037 | MDEyOklzc3VlQ29tbWVudDg1NzU2MzQyNw== | ellesmith88 40183561 | 2021-06-09T10:03:22Z | 2021-06-10T12:39:04Z | CONTRIBUTOR | I had a go at working on this, as mentioned in #5448 it could be a fix in https://github.com/pydata/xarray/blob/ce01f42134962b63d453657c5cb649ebf152283d/xarray/conventions.py#L707 I couldn't see how to fix it in there but tried a fix at the end of https://github.com/pydata/xarray/blob/ce01f42134962b63d453657c5cb649ebf152283d/xarray/conventions.py#L813 for bounds and coordinate variables. See below: ```python def cf_encoder(variables, attributes): """ Encode a set of CF encoded variables and attributes. Takes a dicts of variables and attributes and encodes them to conform to CF conventions as much as possible. This includes masking, scaling, character array handling, and CF-time encoding.
``` tests to add into ```python def test_fill_value_none_for_coordinate_variables(): # need to be floats so _FillValue is added temp = 273.15 + 25 * np.random.randn(2, 2) lon = [0.0, 5.0] lat = [10.0, 20.0]
def test_fill_value_none_for_bounds_variables(): # need to be floats so _FillValue is added temp = 273.15 + 25 * np.random.randn(2, 2) lat_bnds = np.arange(4.0).reshape((2, 2)) lon = [0.0, 5.0] lat = [10.0, 20.0]
``` but I couldn't quite get this to work, with some tests in |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
to_netcdf -> _fill_value without NaN 310833761 |
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 3