We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c7f62 commit 18cc11cCopy full SHA for 18cc11c
packages/python/plotly/plotly/express/_core.py
@@ -1522,7 +1522,7 @@ def build_dataframe(args, constructor):
1522
1523
# data_frame is any other Series object natively supported via Narwhals.
1524
# With pass_through=True, the original object will be returned if unable to convert
1525
- # to a Narwhals DataFrame, making this condition False.
+ # to a Narwhals Series, making this condition False.
1526
elif isinstance(
1527
series := nw.from_native(
1528
args["data_frame"], series_only=True, pass_through=True
0 commit comments