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 51e2b23 commit 27b2996Copy full SHA for 27b2996
packages/python/plotly/plotly/express/_core.py
@@ -1855,7 +1855,7 @@ def _check_dataframe_all_leaves(df: nw.DataFrame) -> None:
1855
name="fill_value",
1856
values=[""] * len(df_sorted),
1857
dtype=nw.String(),
1858
- native_namespace=df_sorted.__native_namespace__(),
+ native_namespace=nw.get_native_namespace(df_sorted),
1859
)
1860
df_sorted = df_sorted.with_columns(
1861
**{
0 commit comments