We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c68809 commit c6a9f2eCopy full SHA for c6a9f2e
doc/source/release.rst
@@ -88,7 +88,7 @@ pandas 0.11.1
88
- DatetimeIndexes no longer try to convert mixed-integer indexes during join
89
operations (:issue:`3877`)
90
- Add ``unit`` keyword to ``Timestamp`` and ``to_datetime`` to enable passing of
91
- integers or floats that are in an epoch unit of ``s, ms, us, ns``
+ integers or floats that are in an epoch unit of ``D, s, ms, us, ns``, thanks @mtkini (:issue:`3969`)
92
(e.g. unix timestamps or epoch ``s``, with fracional seconds allowed) (:issue:`3540`)
93
- DataFrame corr method (spearman) is now cythonized.
94
0 commit comments