home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 29067976

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
29067976 MDExOlB1bGxSZXF1ZXN0MTMzNTY2MTY= 59 Ensure decoding as datetime64[ns] 1217238 closed 0     4 2014-03-10T01:26:54Z 2014-03-13T06:58:16Z 2014-03-12T16:55:57Z MEMBER   0 pydata/xarray/pulls/59

Pandas seems to have trouble constructing multi-indices when it's given datetime64 arrays which don't have ns precision. The current version of decode_cf_datetime will give datetime arrays with the default precision, which is us. Hence, when coupled with the dtype restoring wrapper from PR #54, the to_series() and to_dataframe() methods were broken when using decoded datetimes.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/59/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 1 row from issues_id in issues_labels
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 0.752ms · About: xarray-datasette