We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5a0860 + fe530f0 commit 6132df0Copy full SHA for 6132df0
doc/source/whatsnew/v0.18.0.txt
@@ -212,8 +212,8 @@ as opposed to
212
213
.. code-block:: python
214
215
- In [3]: pd.Timestamp('1990315') + pd.Timestamp('19900315')
216
- ValueError:
+ In [3]: pd.Timestamp('19900315') + pd.Timestamp('19900315')
+ TypeError: unsupported operand type(s) for +: 'Timestamp' and 'Timestamp'
217
218
However, when wrapped in a ``Series`` whose ``dtype`` is ``datetime64[ns]`` or ``timedelta64[ns]``,
219
the ``dtype`` information is respected.
0 commit comments