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 b1141e6 commit 380e86eCopy full SHA for 380e86e
pandas/plotting/_core.py
@@ -1472,7 +1472,7 @@ def kde(
1472
If None (default), 'scott' is used.
1473
See :class:`scipy.stats.gaussian_kde` for more information.
1474
weights : NumPy array, optional
1475
- Weights of datapoints. This must be the same shape as dataset.
+ Weights of datapoints. This must be the same shape as datapoints.
1476
If None (default), the samples are assumed to be equally weighted.
1477
ind : NumPy array or int, optional
1478
Evaluation points for the estimated PDF. If None (default),
0 commit comments