This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 34890cc ARROW-2689: [Python] Remove parameter timestamps_to_ms
34890cc is described below
commit 34890cc133d6761bdedc53e0b88374ccd7641c55
Author: Korn, Uwe <[email protected]>
AuthorDate: Mon Jun 11 17:00:38 2018 -0400
ARROW-2689: [Python] Remove parameter timestamps_to_ms
This parameter is no longer existent. For the Parquet path it was replaced
by `coerce_timestamps`, other cases should use `Column.cast()`.
Author: Korn, Uwe <[email protected]>
Closes #2129 from xhochy/ARROW-2689 and squashes the following commits:
38c5c481 <Korn, Uwe> ARROW-2689: Remove parameter timestamps_to_ms
---
python/doc/source/pandas.rst | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/python/doc/source/pandas.rst b/python/doc/source/pandas.rst
index 765d62a..7699b13 100644
--- a/python/doc/source/pandas.rst
+++ b/python/doc/source/pandas.rst
@@ -33,12 +33,7 @@ represent more data than a DataFrame, so a full conversion
is not always possibl
Conversion from a Table to a DataFrame is done by calling
:meth:`pyarrow.table.Table.to_pandas`. The inverse is then achieved by using
-:meth:`pyarrow.Table.from_pandas`. This conversion routine provides the
-convience parameter ``timestamps_to_ms``. Although Arrow supports timestamps of
-different resolutions, pandas only supports nanosecond timestamps and most
-other systems (e.g. Parquet) only work on millisecond timestamps. This
parameter
-can be used to already do the time conversion during the pandas to Arrow
-conversion.
+:meth:`pyarrow.Table.from_pandas`.
.. code-block:: python
--
To stop receiving notification emails like this one, please contact
[email protected].