From f117aa5d3a06c0082daf0576578c5489c633d4ea Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sun, 30 Jun 2019 15:14:23 -0500 Subject: [PATCH] DOC: remove okwarning/okexcept for fixed issues --- doc/source/getting_started/10min.rst | 1 - doc/source/user_guide/missing_data.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/source/getting_started/10min.rst b/doc/source/getting_started/10min.rst index 68ba777ec2c2a..510c7ef97aa98 100644 --- a/doc/source/getting_started/10min.rst +++ b/doc/source/getting_started/10min.rst @@ -712,7 +712,6 @@ See the :ref:`Plotting ` docs. plt.close('all') .. ipython:: python - :okwarning: ts = pd.Series(np.random.randn(1000), index=pd.date_range('1/1/2000', periods=1000)) diff --git a/doc/source/user_guide/missing_data.rst b/doc/source/user_guide/missing_data.rst index 1439296fb8296..ef77826e9a444 100644 --- a/doc/source/user_guide/missing_data.rst +++ b/doc/source/user_guide/missing_data.rst @@ -458,7 +458,6 @@ You can mix pandas' ``reindex`` and ``interpolate`` methods to interpolate at the new values. .. ipython:: python - :okexcept: ser = pd.Series(np.sort(np.random.uniform(size=100)))