home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 290244473 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • fmaussion 1
  • Zac-HD 1
  • stale[bot] 1

author_association 3

  • CONTRIBUTOR 1
  • MEMBER 1
  • NONE 1

issue 1

  • Add a suite of property-based tests with Hypothesis · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
616967346 https://github.com/pydata/xarray/issues/1846#issuecomment-616967346 https://api.github.com/repos/pydata/xarray/issues/1846 MDEyOklzc3VlQ29tbWVudDYxNjk2NzM0Ng== Zac-HD 12229877 2020-04-21T05:51:10Z 2020-04-21T05:51:10Z CONTRIBUTOR

@rdturnermtl wrote a Hypothesis extension for Xarray, which is at least a nice demo of what's possible.

If Xarray contributors want to keep working on this (#3283 seems stalled?) I'd be happy to help, since I'm both invested in Xarray working and would like to ship a hypothesis.extra.xarray some day :slightly_smiling_face:

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add a suite of property-based tests with Hypothesis 290244473
587470396 https://github.com/pydata/xarray/issues/1846#issuecomment-587470396 https://api.github.com/repos/pydata/xarray/issues/1846 MDEyOklzc3VlQ29tbWVudDU4NzQ3MDM5Ng== stale[bot] 26384082 2020-02-18T13:53:11Z 2020-02-18T13:53:11Z NONE

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add a suite of property-based tests with Hypothesis 290244473
374583416 https://github.com/pydata/xarray/issues/1846#issuecomment-374583416 https://api.github.com/repos/pydata/xarray/issues/1846 MDEyOklzc3VlQ29tbWVudDM3NDU4MzQxNg== fmaussion 10050469 2018-03-20T12:42:21Z 2018-03-20T12:42:21Z MEMBER

Reopening this issue as there is still a list of possible TODOs, as per @shoyer comment:

  • [ ] Consistency with pandas for groupby/rolling aggregations.
  • [ ] Roundtrip writing/reading data to netCDF. There are a couple of known exceptions (e.g., dtypes not supported by netCDF and MultiIndex) but otherwise every xarray object should be serializable to netCDF and back without data loss.
  • [ ] Roundtrip to/from pandas Series/DataFrame with to_series()/to_dataframe()/to_xarray().
  • [ ] Indexing consistency tests for backends: all indexing operations should be supported consistently on data accessed from any backend.
  • [ ] NumPy vs Dask: any operation on dask arrays should be consistent with the operation on numpy arrays (e.g., f(xarray_obj.chunk()).compute() == f(xarray_obj)).
  • [ ] Indexing followed by xarray.concat: should get back the same result.
  • [ ] Binary arithmetic on xarray objects with Python operators (+, -, etc) and NumPy ufuncs (np.add, np.subtract, etc).
{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add a suite of property-based tests with Hypothesis 290244473

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