Skip to content

Commit 357ad0c

Browse files
authored
Update doc/python/px-arguments.md
1 parent 2aa76bf commit 357ad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/px-arguments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ fig = px.density_contour(dict(effect_size=5 + np.random.randn(N),
244244
fig.show()
245245
```
246246

247-
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.
247+
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.
248248

249249
#### Integer column names
250250

0 commit comments

Comments
 (0)