Skip to content

Commit 4d62e73

Browse files
Update packages/python/plotly/plotly/express/_core.py
Co-authored-by: Marco Edward Gorelli <marcogorelli@protonmail.com>
1 parent 6f18021 commit 4d62e73

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/express/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ def _escape_col_name(columns, col_name, extra):
11161116

11171117
def to_unindexed_series(x, name=None, native_namespace=None):
11181118
"""Assuming x is list-like or even an existing Series, returns a new Series (with
1119-
itx index reset if pandas-like). Stripping the index from existing pd.Series is
1119+
its index reset if pandas-like). Stripping the index from existing pd.Series is
11201120
required to get things to match up right in the new DataFrame we're building.
11211121
"""
11221122
x = nw.from_native(x, series_only=True, strict=False)

0 commit comments

Comments
 (0)