home / github

Menu
  • GraphQL API
  • Search all tables

commits

Table actions
  • GraphQL API for commits

3 rows where author = 13301940, committer = 2448579 and repo = 13221727 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

  • andersy005 · 3 ✖
sha message author_date ▲ committer_date raw_author raw_committer repo author committer
3cbc459caa010f9b5042d3fa312b66c9b2b6c403 Extend DatetimeAccessor properties and support `.dt` accessor for Timedelta (#3612) * Support `.dt` accessor for Timedelta * Rename accessors * Use `is_np_timedelta_like` for consistency * Use `pd.timedelta_range` * Move shared method to Properties * Parametrize field access test * move `strftime()` to `DatetimeAccessor` * Update the documentation * Update `whats-new.rst` * Add PR reference * Parametrize tests * Extend DatetimeAccessor properties * Cleanup * Fix docstring 2019-12-18T15:27:30Z 2019-12-18T15:27:30Z Anderson Banihirwe df291f1611ef4e8c06257c369e8a430905fd220d Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 andersy005 13301940 dcherian 2448579
e258b88ae9229217095e55ea451d3c9546d8fe6e Sync with latest version of cftime (v1.0.4) (#3430) * Remove `dayofwk=-1`-- not needed for cftime>=1.0.4 * Maintain backwards compatibility Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> * Maintain backwards compatibility Co-Authored-By: Spencer Clark <spencerkclark@gmail.com> * Maintain backwards compatibility * Add missing import * Update whats-new 2019-10-22T18:31:34Z 2019-10-22T18:31:34Z Anderson Banihirwe df291f1611ef4e8c06257c369e8a430905fd220d Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 andersy005 13301940 dcherian 2448579
b51683f157ca6421ef58d527422a1a88c9ac67f3 Documentation improvements (#3328) * Add examples for full_like, zeros_like, ones_like * Add examples for xr.align * Add examples for xr.merge * Update xr.where docstring * Update xr.dot docstring * Update xarray/core/common.py Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com> * Update xarray/core/common.py Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com> * Update xr.combine_by_coords docstring * Apply black formatting only * More black formatting * Remove unnecessary pandas bits * Fix indentation issues * Update assign and pipe * Update `Dataset.reindex` with examples * Update `Dataset.fillna` with examples * Address styling issues * Update docstring Co-Authored-By: Deepak Cherian <dcherian@users.noreply.github.com> 2019-09-29T13:50:21Z 2019-09-29T13:50:21Z Anderson Banihirwe df291f1611ef4e8c06257c369e8a430905fd220d Deepak Cherian 0c7e9e762dbfd6554e60c953bf27493047d95109 xarray 13221727 andersy005 13301940 dcherian 2448579

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