home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

1 row where author = 8699967 and raw_committer = "b0f4ce5150c3c23b1766db99ba73f575ddfc0e71" 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 1

author 1

  • snowman2 · 1 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
74d8318c68be884134d449afad18dfe731d48b72 rasterio backend: added nodatavals attribute (#1740) * Added nodatavals attribute Connected with issue #1736 * Replace None nodatavals with np.nan Fixes the type error with serialization: https://travis-ci.org/pydata/xarray/jobs/306107679 * Fix typo * Added nodatavals open_rasterio information. * added issue and author information * added tests for nodatavals attr * moved back to nan * added separate test for missing nodataval 2018-01-19T08:54:57Z 2018-01-19T08:54:57Z Alan D. Snow d5aa749a6b1801bf4b97c56d486595f04e35fc24 Fabien Maussion b0f4ce5150c3c23b1766db99ba73f575ddfc0e71 xarray 13221727 snowman2 8699967 fmaussion 10050469

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