Skip to content

Commit a3fdc2a

Browse files
committed
Note plotting
1 parent db9af36 commit a3fdc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _is_numeric(self):
102102
103103
By default ExtensionDtypes are assumed to be non-numeric.
104104
They'll be excluded from operations that exclude non-numeric
105-
columns, like groupby reductions.
105+
columns, like groupby reductions, plotting, etc.
106106
"""
107107
return False
108108

0 commit comments

Comments
 (0)