Skip to content

Commit

Permalink
Update doc/python/px-arguments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors authored Jan 22, 2025
1 parent 2aa76bf commit 357ad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/px-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ fig = px.density_contour(dict(effect_size=5 + np.random.randn(N),
fig.show()
```

To pass a `dict` or an array (such as a NumPy `ndarray`) to the `data_frame` argument, you'll need to have pandas installed, because `plotly.express` internally converts the `dict` or array to a pandas DataFrame.
To pass a `dict` or an array (such as a NumPy `ndarray`) to the `data_frame` parameter, you'll need to have pandas installed, because `plotly.express` internally converts the `dict` or array to a pandas DataFrame.

#### Integer column names

Expand Down

0 comments on commit 357ad0c

Please sign in to comment.