From 992a5301c54a3dd377b896e141fc2e807415fc13 Mon Sep 17 00:00:00 2001 From: Jonathan Chambers Date: Sun, 10 Feb 2013 23:40:34 +0100 Subject: [PATCH] DOC: added section for to_pydatetime method added section in "Time series-related instance methods" to mention to_pydatetime method --- doc/source/timeseries.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/timeseries.rst b/doc/source/timeseries.rst index f8e15e3029dc2..e7044371e7fdb 100644 --- a/doc/source/timeseries.rst +++ b/doc/source/timeseries.rst @@ -563,6 +563,12 @@ Filling forward / backward Related to ``asfreq`` and ``reindex`` is the ``fillna`` function documented in the :ref:`missing data section `. +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