Skip to content

Commit

Permalink
DOC: added section for to_pydatetime method
Browse files Browse the repository at this point in the history
added section in "Time series-related instance methods" to mention
to_pydatetime method
  • Loading branch information
Jonathan Chambers authored and wesm committed Feb 11, 2013
1 parent d3b9999 commit 992a530
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/timeseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,12 @@ Filling forward / backward
Related to ``asfreq`` and ``reindex`` is the ``fillna`` function documented in
the :ref:`missing data section <missing_data.fillna>`.

Converting to Python datetimes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

``DatetimeIndex`` can be converted to an array of Python native datetime.datetime objects using the
``to_pydatetime`` method.

.. _timeseries.resampling:

Up- and downsampling
Expand Down

0 comments on commit 992a530

Please sign in to comment.