home / github

Menu
  • Search all tables
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where author = 2448579 and raw_committer = "279c587273ec459ffb5192e60bf8447c05601fa5" sorted by author_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: author_date (date), committer_date (date)

repo 1

  • xarray 3

author 1

  • dcherian · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
c955449d4d5c7ef6b2607af13df4abed778a4c61 Drop groups associated with nans in group variable (#3406) * Drop nans in grouped variable. * Add NaTs * whats-new * fix merge. * fix whats-new * fix test 2019-10-28T23:46:40Z 2019-10-28T23:46:40Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 dcherian 2448579 max-sixty 5635139
e38ca0f168ebc2c52857a2abd45572a6e92beca8 Remove deprecated concat kwargs. (#3288) 2019-09-09T18:34:13Z 2019-09-09T18:34:13Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 dcherian 2448579 max-sixty 5635139
5940100761478604080523ebb1291ecff90e779e Remove .T as shortcut for transpose() (#2509) * Remove .T as shortcut for transpose() * fix whats-new * remove Dataset.__dir__ * Update whats-new.rst * Update whats-new.rst 2018-10-26T02:04:32Z 2018-10-26T02:04:32Z Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 Maximilian Roos 279c587273ec459ffb5192e60bf8447c05601fa5 xarray 13221727 dcherian 2448579 max-sixty 5635139

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