We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7f2ef commit 3a72b81Copy full SHA for 3a72b81
doc/source/getting_started/10min.rst
@@ -712,7 +712,6 @@ See the :ref:`Plotting <visualization>` docs.
712
plt.close('all')
713
714
.. ipython:: python
715
- :okwarning:
716
717
ts = pd.Series(np.random.randn(1000),
718
index=pd.date_range('1/1/2000', periods=1000))
doc/source/user_guide/missing_data.rst
@@ -458,7 +458,6 @@ You can mix pandas' ``reindex`` and ``interpolate`` methods to interpolate
458
at the new values.
459
460
461
- :okexcept:
462
463
ser = pd.Series(np.sort(np.random.uniform(size=100)))
464
0 commit comments