We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 492605e + cfb3082 commit 211a967Copy full SHA for 211a967
doc/source/missing_data.rst
@@ -267,9 +267,8 @@ data. To do this, use the **dropna** method:
267
df.dropna(axis=1)
268
df['one'].dropna()
269
270
-**dropna** is presently only implemented for Series and DataFrame, but will be
271
-eventually added to Panel. Series.dropna is a simpler method as it only has one
272
-axis to consider. DataFrame.dropna has considerably more options, which can be
+Series.dropna is a simpler method as it only has one axis to consider.
+DataFrame.dropna has considerably more options than Series.dropna, which can be
273
examined :ref:`in the API <api.dataframe.missing>`.
274
275
.. _missing_data.interpolate:
0 commit comments