Skip to content

Commit 211a967

Browse files
committed
Merge pull request #7806 from lexual/docs_panel_has_dropna
Docs: Panel.dropna now exists, update docs accordingly.
2 parents 492605e + cfb3082 commit 211a967

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/missing_data.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,8 @@ data. To do this, use the **dropna** method:
267267
df.dropna(axis=1)
268268
df['one'].dropna()
269269
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
270+
Series.dropna is a simpler method as it only has one axis to consider.
271+
DataFrame.dropna has considerably more options than Series.dropna, which can be
273272
examined :ref:`in the API <api.dataframe.missing>`.
274273

275274
.. _missing_data.interpolate:

0 commit comments

Comments
 (0)