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 519cc68 commit e5520a7Copy full SHA for e5520a7
packages/python/plotly/plotly/express/_core.py
@@ -10,7 +10,6 @@
10
import math
11
12
import narwhals.stable.v1 as nw
13
-from narwhals.utils import generate_unique_token
14
15
from plotly._subplots import (
16
make_subplots,
@@ -1429,7 +1428,7 @@ def build_dataframe(args, constructor):
1429
1428
1430
# Flag that indicates if data_frame requires to be converted to arrow via the
1431
# dataframe interchange protocol.
1432
- # True if Ibis, DuckDB, Vaex or implementes __dataframe__
+ # True if Ibis, DuckDB, Vaex or implements __dataframe__
1433
needs_interchanging = False
1434
1435
# If data_frame is provided, we parse it into a narwhals DataFrame, while accounting
0 commit comments