home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 469344355 and user = 2599958 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • hetland · 1 ✖

issue 1

  • Plotting with 2d coordinates, error in transposed coordinate · 1 ✖

author_association 1

  • NONE 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
512608717 https://github.com/pydata/xarray/issues/3138#issuecomment-512608717 https://api.github.com/repos/pydata/xarray/issues/3138 MDEyOklzc3VlQ29tbWVudDUxMjYwODcxNw== hetland 2599958 2019-07-17T23:42:27Z 2019-07-17T23:42:27Z NONE

I posted an issue to hvplot.xarray ( https://github.com/pyviz/hvplot/issues/244) where hvplot does not do the right thing. But matplotlib (and hence also xarray.plot) do the right thing.

On Wed, Jul 17, 2019 at 6:40 PM Deepak Cherian notifications@github.com wrote:

Thanks @hetland https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_hetland&d=DwMCaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=T-gqCqhnaasy1XvN-p7wEw&m=lYvy351ebI1zHRWmzq6wpEjUIodwAqOPjEHPdhrnt74&s=7y9VzsWhKiPnJtrkl28cE3aKOFnZn3A8y1m8aDlBbck&e=, good to see you here.

I think this is probably easy to fix by using xr.broadcast to broadcast things before extracting the numpy arrays. Can you send in a PR?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_pydata_xarray_issues_3138-3Femail-5Fsource-3Dnotifications-26email-5Ftoken-3DAAT2YFVIUFYCH6SJD6QFBO3P76UVRA5CNFSM4IESVD3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2G4PNQ-23issuecomment-2D512608182&d=DwMCaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=T-gqCqhnaasy1XvN-p7wEw&m=lYvy351ebI1zHRWmzq6wpEjUIodwAqOPjEHPdhrnt74&s=ZMfEYrmiIqELTnEsLhdTmX84GQzpHrW3AcGCYix6pok&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AAT2YFUEC7RTCML5UOPCBBLP76UVRANCNFSM4IESVD3A&d=DwMCaQ&c=u6LDEWzohnDQ01ySGnxMzg&r=T-gqCqhnaasy1XvN-p7wEw&m=lYvy351ebI1zHRWmzq6wpEjUIodwAqOPjEHPdhrnt74&s=qz9PhAwicJx-Z8yEFMVwM06TdQiAe0toEP2C6cUF2Yw&e= .

-- Prof. Rob Hetland Texas A&M Univ. – Dept. of Oceanography http://pong.tamu.edu/~rob

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Plotting with 2d coordinates, error in transposed coordinate 469344355

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 10.858ms · About: xarray-datasette