issues: 1428748922
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1428748922 | PR_kwDOAMm_X85B07x6 | 7238 | Improve non-nanosecond warning | 6628425 | closed | 0 | 7 | 2022-10-30T11:44:56Z | 2022-11-04T20:37:27Z | 2022-11-04T20:13:19Z | MEMBER | 0 | pydata/xarray/pulls/7238 | Thanks for the feedback @hmaarrfk. Is this what you had in mind?
For example running this script: ```python import numpy as np import xarray as xr times = [np.datetime64("2000-01-01", "us")]
var = xr.Variable(["time"], times)
da = xr.DataArray(times)
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7238/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |