home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 267339197 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • rabernat 1
  • max-sixty 1
  • brian-rose 1

author_association 2

  • MEMBER 2
  • CONTRIBUTOR 1

issue 1

  • Deprecate Dataset.T as an alias for Dataset.transpose() · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
341524294 https://github.com/pydata/xarray/pull/1643#issuecomment-341524294 https://api.github.com/repos/pydata/xarray/issues/1643 MDEyOklzc3VlQ29tbWVudDM0MTUyNDI5NA== max-sixty 5635139 2017-11-02T18:57:08Z 2017-11-02T19:01:59Z MEMBER

Good to go back and read my own comments:

Removing .T would break so much existing code, I don't think that's going to get much support. It's also consistent with numpy.

Good case to reflect on whether we're looking at the idea rather than the person's experience; whether we're using the right cognitive shortcuts ('[not] going to get much support'); etc

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Deprecate Dataset.T as an alias for Dataset.transpose() 267339197
341520352 https://github.com/pydata/xarray/pull/1643#issuecomment-341520352 https://api.github.com/repos/pydata/xarray/issues/1643 MDEyOklzc3VlQ29tbWVudDM0MTUyMDM1Mg== brian-rose 9097307 2017-11-02T18:42:38Z 2017-11-02T18:42:38Z CONTRIBUTOR

I'm happy to see this too! I raised this way back in https://github.com/pydata/xarray/issues/687, but at the time the consensus was that .T notation was preferred for transposing because of consistency with numpy. I've been using .rename on all variables called T ever since -- usually temperature in my use cases.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Deprecate Dataset.T as an alias for Dataset.transpose() 267339197
338359277 https://github.com/pydata/xarray/pull/1643#issuecomment-338359277 https://api.github.com/repos/pydata/xarray/issues/1643 MDEyOklzc3VlQ29tbWVudDMzODM1OTI3Nw== rabernat 1197350 2017-10-21T02:57:32Z 2017-10-21T02:57:32Z MEMBER

This is great. I hit this annoyance all the time with any dataset from the IRI data library: http://iridl.ldeo.columbia.edu/

The time dimension is always called T.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Deprecate Dataset.T as an alias for Dataset.transpose() 267339197

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 11.466ms · About: xarray-datasette