issue_comments
6 rows where issue = 1440280424 and user = 6628425 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- ⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1336172648 | https://github.com/pydata/xarray/issues/7266#issuecomment-1336172648 | https://api.github.com/repos/pydata/xarray/issues/7266 | IC_kwDOAMm_X85PpGBo | spencerkclark 6628425 | 2022-12-03T14:36:44Z | 2022-12-03T14:36:44Z | MEMBER | As I think about this more, it wouldn't be too hard for us to support the Maybe you were already thinking along those lines @dcherian. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424 | |
1335971694 | https://github.com/pydata/xarray/issues/7266#issuecomment-1335971694 | https://api.github.com/repos/pydata/xarray/issues/7266 | IC_kwDOAMm_X85PoU9u | spencerkclark 6628425 | 2022-12-02T23:56:55Z | 2022-12-02T23:56:55Z | MEMBER | Sorry I didn't get to adding the warning today. I'll try and put something together over the weekend so that it gets into the release after today's. I'm not sure exactly when pandas 2.0 will be out, but regardless I guess at least it could still be valuable for anyone who doesn't upgrade xarray and pandas at the same time. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424 | |
1335139569 | https://github.com/pydata/xarray/issues/7266#issuecomment-1335139569 | https://api.github.com/repos/pydata/xarray/issues/7266 | IC_kwDOAMm_X85PlJzx | spencerkclark 6628425 | 2022-12-02T12:03:27Z | 2022-12-02T12:04:20Z | MEMBER | Should we add some sort of deprecation warning regarding the use of the (I did not end up restoring the pandas warning in #7284) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424 | |
1312768623 | https://github.com/pydata/xarray/issues/7266#issuecomment-1312768623 | https://api.github.com/repos/pydata/xarray/issues/7266 | IC_kwDOAMm_X85OP0Jv | spencerkclark 6628425 | 2022-11-13T16:21:28Z | 2022-11-13T16:21:28Z | MEMBER | Perhaps we can at least restore the warning in #7284 in case our next release happens to take place before the next pandas release to give users somewhat of a heads up. Apologies for being a bit out of the loop of #4292 at the time. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424 | |
1312767572 | https://github.com/pydata/xarray/issues/7266#issuecomment-1312767572 | https://api.github.com/repos/pydata/xarray/issues/7266 | IC_kwDOAMm_X85OPz5U | spencerkclark 6628425 | 2022-11-13T16:16:52Z | 2022-11-13T16:16:52Z | MEMBER | I went ahead and actually implemented the
I agree -- something like that would be useful in general. In this particular case it seems like we were aware of it at one point, but just lost track after silencing it initially for compatibility reasons (https://github.com/pydata/xarray/pull/4292#issuecomment-691665611). Unfortunately that means that this was silenced in user code as well. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424 | |
1308705176 | https://github.com/pydata/xarray/issues/7266#issuecomment-1308705176 | https://api.github.com/repos/pydata/xarray/issues/7266 | IC_kwDOAMm_X85OAUGY | spencerkclark 6628425 | 2022-11-09T12:52:11Z | 2022-11-09T12:53:13Z | MEMBER | Yes, I think so too. I can look into it more this weekend. Clearly we need to change the code that relies on pandas immediately. For resampling with a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424 |
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