Skip to content

Commit 070f279

Browse files
authored
Update doc/python/px-arguments.md
1 parent 2425b0a commit 070f279

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/python/px-arguments.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ PySpark dataframes are also supported and are converted to pandas dataframes int
133133

134134
- Plotly Express requires NumPy. You can install it with `pip install numpy` if it's not installed by the dataframe library you are using.
135135
- To use [trendlines](/python/linear-fits/), you'll also need to have pandas installed.
136-
- To use PySpark dataframes or dataframes that support the dataframe interchange protocol, you'll need to have pandas installed.
137-
136+
- To use PySpark dataframes, you'll need to have pandas installed. To use dataframes that support the dataframe interchange protocol, you'll need to have PyArrow installed.
138137
### Example: Using a Pandas DataFrame with `px.bar`
139138

140139
Here, we create a pandas `DataFrame`, pass it to `px.bar` as its first argument, and then use the `"sepal_length"` column for the x-axis and the `"sepal_width"` for the y-axis.

0 commit comments

Comments
 (0)