home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

1 row where author = 11950875 and repo = 13221727 sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

repo 1

  • xarray · 1 ✖

author 1

  • nedlrichards · 1 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
4f1d064521ce3b781f7a6a03c6ec56034232c6b4 BUG: adresses #738 I have added a simple behavior for complex numbers in _maybe_promote. When reindex operations return nan, complex numbers are not cast to objects. A test has been added to test_dataarray.py which validates the behavior. 2016-02-02T17:57:36Z 2016-02-04T21:15:31Z Edward Richards c0018c19c8398285fefe5ce007d76e929a3a4a66 Edward Richards c0018c19c8398285fefe5ce007d76e929a3a4a66 xarray 13221727 nedlrichards 11950875 nedlrichards 11950875

Advanced export

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

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
    ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
    ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
    ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
    ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
    ON [commits] ([raw_author]);
Powered by Datasette · Queries took 3526.458ms · About: xarray-datasette