Skip to content

Commit c5285b4

Browse files
committed
edit dependencies section
1 parent 57f2c71 commit c5285b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/px-arguments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ PySpark dataframes are also supported and are converted to pandas dataframes int
131131
132132
#### Additional Dependencies Required
133133

134-
- To use Polars, PyArrow, or other dataframes supported natively with Plotly Express, you'll need to have NumPy installed. You can install it with: `pip install numpy`.
134+
- 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 datafarmes that support the dataframe interchange protocol, you'll 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.
137137

138138
### Example: Using a Pandas DataFrame with `px.bar`
139139

0 commit comments

Comments
 (0)