We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65acf3d + c7f9019 commit 817fef7Copy full SHA for 817fef7
packages/python/plotly/plotly/express/_core.py
@@ -1486,9 +1486,8 @@ def build_dataframe(args, constructor):
1486
# PySpark to pandas.
1487
is_pd_like = False
1488
1489
- # Flag that indicates if data_frame requires to be converted to arrow via the
1490
- # dataframe interchange protocol.
1491
- # True if Ibis, DuckDB, Vaex or implements __dataframe__
+ # Flag that indicates if data_frame needs to be converted to PyArrow.
+ # True if Ibis, DuckDB, Vaex, or implements __dataframe__
1492
needs_interchanging = False
1493
1494
# If data_frame is provided, we parse it into a narwhals DataFrame, while accounting
0 commit comments