home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 555258488 and user = 14808389 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

  • keewis · 6 ✖

issue 1

  • Fix whats-new for 0.15 · 6 ✖

author_association 1

  • MEMBER 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
579500069 https://github.com/pydata/xarray/pull/3723#issuecomment-579500069 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3OTUwMDA2OQ== keewis 14808389 2020-01-28T22:41:18Z 2020-01-28T22:41:18Z MEMBER

should be ready to merge now

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
579348574 https://github.com/pydata/xarray/pull/3723#issuecomment-579348574 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3OTM0ODU3NA== keewis 14808389 2020-01-28T16:54:55Z 2020-01-28T18:36:08Z MEMBER

you can also refer to the captions in a notebook: :ref:`/examples/weather-data.ipynb#Toy-weather-data` :ref:`/examples/weather-data.ipynb#Fill-missing-values-with-climatology`

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
578860981 https://github.com/pydata/xarray/pull/3723#issuecomment-578860981 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3ODg2MDk4MQ== keewis 14808389 2020-01-27T17:30:10Z 2020-01-27T17:30:10Z MEMBER

looks good to me, but we have broken references to toy weather data and fill with climatology, which were labels in the rst version of the example. Should we update those or replace them with the captions they referred to, Toy weather data and Fill missing values with climatology?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
578552968 https://github.com/pydata/xarray/pull/3723#issuecomment-578552968 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3ODU1Mjk2OA== keewis 14808389 2020-01-26T23:09:47Z 2020-01-26T23:09:47Z MEMBER

done

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
578530330 https://github.com/pydata/xarray/pull/3723#issuecomment-578530330 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3ODUzMDMzMA== keewis 14808389 2020-01-26T18:41:47Z 2020-01-26T18:41:47Z MEMBER

also, the docstring of plot.step produces warnings. Do you want to fix it here or should I open a new PR for that?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
578530112 https://github.com/pydata/xarray/pull/3723#issuecomment-578530112 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3ODUzMDExMg== keewis 14808389 2020-01-26T18:39:19Z 2020-01-26T18:39:19Z MEMBER

you should be able to link using the path relative to doc/ without the file extension, e.g. :doc:`examples/ERA5-GRIB-example`

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488

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