Skip to content

Commit

Permalink
revert doc-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Jan 9, 2025
1 parent a2d1c96 commit c4b2af3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/user-guide/time-series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ using :py:func:`pandas.to_datetime` and :py:func:`pandas.date_range`:
For :py:func:`pandas.date_range` the ``unit``-kwarg has to be specified
and for :py:func:`pandas.to_datetime` the selection of the resolution
isn't possible at all. For that :py:class:`pd.DatetimeIndex` can be used
directly. There is more in-depth information in section
:ref:`<internals.time-coding>`.
directly.

Alternatively, you can supply arrays of Python ``datetime`` objects. These get
converted automatically when used as arguments in xarray objects (with us-resolution):
Expand Down

0 comments on commit c4b2af3

Please sign in to comment.