We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e78ca1 commit a0091c6Copy full SHA for a0091c6
bigframes/operations/_matplotlib/core.py
@@ -116,7 +116,7 @@ def _compute_plot_data(self):
116
117
# To avoid Matplotlib's automatic conversion of `Float64` or `Int64` columns
118
# to `object` types (which breaks float-like behavior), this code proactively
119
- # converts the column to a compatible format."
+ # converts the column to a compatible format.
120
s = self.kwargs.get("s", None)
121
if pd.core.dtypes.common.is_integer(s):
122
s = self.data.columns[s]
0 commit comments