We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8303553 commit d53ad0eCopy full SHA for d53ad0e
pandas/core/frame.py
@@ -6470,11 +6470,12 @@ def dropna(
6470
DataFrame.fillna : Replace missing values.
6471
Series.dropna : Drop missing values.
6472
Index.dropna : Drop missing indices.
6473
-
+
6474
Notes
6475
--------
6476
- Setting dropna to true will elimate rows containing any missing data from the pivot_table.
6477
+ Setting dropna to true will elimate rows containing any missing data
+ from the pivot_table.
6478
6479
Examples
6480
6481
>>> df = pd.DataFrame({"name": ['Alfred', 'Batman', 'Catwoman'],
0 commit comments