Skip to content

Commit a0091c6

Browse files
committed
addressing comments
1 parent 4e78ca1 commit a0091c6

File tree

1 file changed

+1
-1
lines changed
  • bigframes/operations/_matplotlib

1 file changed

+1
-1
lines changed

bigframes/operations/_matplotlib/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _compute_plot_data(self):
116116

117117
# To avoid Matplotlib's automatic conversion of `Float64` or `Int64` columns
118118
# to `object` types (which breaks float-like behavior), this code proactively
119-
# converts the column to a compatible format."
119+
# converts the column to a compatible format.
120120
s = self.kwargs.get("s", None)
121121
if pd.core.dtypes.common.is_integer(s):
122122
s = self.data.columns[s]

0 commit comments

Comments
 (0)