Skip to content

Commit 8ecda4e

Browse files
committed
remove note
1 parent 151e9cd commit 8ecda4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/internals/time-coding.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ DatetimeIndex
264264
:py:class:`pandas.DatetimeIndex` is used to wrap ``np.datetime64`` values or other datetime-likes when encoding. The resolution of the DatetimeIndex depends on the input, but can be only one of ``'s'``, ``'ms'``, ``'us'``, ``'ns'``. Lower resolution input is automatically converted to ``'s'``, higher resolution input is cut to ``'ns'``.
265265
:py:class:`pandas.DatetimeIndex` will raise :py:class:`pandas.OutOfBoundsDatetime` if the input can't be represented in the given resolution.
266266

267-
.. note::
268-
For xarray we assume that all :py:class:`numpy.datetime64` provided to :py:class:`pandas.DatetimeIndex` are up to the specs. This is especially true, when those values have been decoded upfront. If the data is provided by users, they should handle any issues before.
269-
270267
.. ipython:: python
271268
272269
try:

0 commit comments

Comments
 (0)