We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953598a commit e145ae8Copy full SHA for e145ae8
pandas/core/frame.py
@@ -5747,7 +5747,8 @@ def isin(self, values):
5747
5748
# ----------------------------------------------------------------------
5749
# Add plotting methods to DataFrame
5750
- plot = accessors.AccessorProperty(gfx.FramePlotMethods, gfx.FramePlotMethods)
+ plot = accessors.AccessorProperty(gfx.FramePlotMethods,
5751
+ gfx.FramePlotMethods)
5752
hist = gfx.hist_frame
5753
boxplot = gfx.boxplot_frame
5754
@@ -6105,4 +6106,3 @@ def _from_nested_dict(data):
6105
6106
6107
def _put_str(s, space):
6108
return ('%s' % s)[:space].ljust(space)
-
0 commit comments