Skip to content

Commit 462a4f7

Browse files
committed
Hide one
1 parent a86e4cb commit 462a4f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/source/whatsnew/v0.24.0.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -683,12 +683,17 @@ Previous Behavior:
683683
Out[3]: array([Timestamp('2000-01-01 00:00:00+0000', tz='UTC')], dtype=object)
684684
685685
686-
Current Behavior:
687686
688687
.. ipython:: python
688+
:suppress:
689689
690690
ser = pd.Series([pd.Timestamp('2000', tz='UTC'),
691691
pd.Timestamp('2000', tz='UTC')])
692+
693+
Current Behavior:
694+
695+
.. ipython:: python
696+
692697
ser.unique()
693698
694699

0 commit comments

Comments
 (0)