home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 1970241789

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
1970241789 I_kwDOAMm_X851b4D9 8394 Update cftime frequency strings in line with recent updates in pandas 6628425 closed 0     1 2023-10-31T11:24:15Z 2023-11-16T15:19:42Z 2023-11-16T15:19:42Z MEMBER      

What is your issue?

Pandas has introduced some deprecations in how frequency strings are specified:

  • Deprecating "A", "A-JAN", etc. in favor of "Y", "Y-JAN", etc. (https://github.com/pandas-dev/pandas/pull/55252)
  • Deprecating "AS", "AS-JAN", etc. in favor of "YS", "YS-JAN", etc. (https://github.com/pandas-dev/pandas/pull/55479)
  • Deprecating "Q", "Q-JAN", etc. in favor of "QE", "QE-JAN", etc. (https://github.com/pandas-dev/pandas/pull/55553)
  • Deprecating "M" in favor of "ME" (https://github.com/pandas-dev/pandas/pull/54061)
  • Deprecating "H" in favor of "h" (https://github.com/pandas-dev/pandas/pull/54939)
  • Deprecating "T", "S", "L", and "U" in favor of "min", "s", "ms", and "us" (https://github.com/pandas-dev/pandas/pull/54061).

It would be good to carry these deprecations out for cftime frequency specifications to remain consistent.

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

Links from other tables

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