home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 1282211455

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
1282211455 PR_kwDOAMm_X846O5KE 6717 Accommodate `OutOfBoundsTimedelta` error when decoding times 6628425 closed 0     1 2022-06-23T10:53:22Z 2022-06-24T18:48:54Z 2022-06-24T18:48:18Z MEMBER   0 pydata/xarray/pulls/6717

The development version of pandas raises an OutOfBoundsTimedelta error instead of an OverflowError in pd.to_timedelta if the timedelta cannot be represented with nanosecond precision. Therefore we must also be ready to catch that when decoding times.

The OutOfBoundsTimedelta exception was added in pandas version 1.1, which is prior to our current minimum version (1.2), so it should be safe to import without a version check.

  • [x] User visible changes (including notable bug fixes) are documented in whats-new.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6717/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
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 1.053ms · About: xarray-datasette