Skip to content

Commit d53ad0e

Browse files
committed
Fixing docstring formatting
1 parent 8303553 commit d53ad0e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pandas/core/frame.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6470,11 +6470,12 @@ def dropna(
64706470
DataFrame.fillna : Replace missing values.
64716471
Series.dropna : Drop missing values.
64726472
Index.dropna : Drop missing indices.
6473-
6473+
64746474
Notes
64756475
--------
6476-
Setting dropna to true will elimate rows containing any missing data from the pivot_table.
6477-
6476+
Setting dropna to true will elimate rows containing any missing data
6477+
from the pivot_table.
6478+
64786479
Examples
64796480
--------
64806481
>>> df = pd.DataFrame({"name": ['Alfred', 'Batman', 'Catwoman'],

0 commit comments

Comments
 (0)