Skip to content

Commit 817fef7

Browse files
authored
Merge pull request #4895 from MarcoGorelli/update-comment
chore: update comment about `needs_interchanging`
2 parents 65acf3d + c7f9019 commit 817fef7

File tree

1 file changed

+2
-3
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+2
-3
lines changed

Diff for: packages/python/plotly/plotly/express/_core.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1486,9 +1486,8 @@ def build_dataframe(args, constructor):
14861486
# PySpark to pandas.
14871487
is_pd_like = False
14881488

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__
1489+
# Flag that indicates if data_frame needs to be converted to PyArrow.
1490+
# True if Ibis, DuckDB, Vaex, or implements __dataframe__
14921491
needs_interchanging = False
14931492

14941493
# If data_frame is provided, we parse it into a narwhals DataFrame, while accounting

0 commit comments

Comments
 (0)