Skip to content

Commit 2d192e7

Browse files
committed
link out to Plotly Express arguments page
1 parent 79b212a commit 2d192e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/python/performance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ jupyter:
4040

4141
*New in Plotly.py version 6*
4242

43-
Plotly Express natively supports [pandas, Polars, PyArrow, and Modin dataframes](/python/px-arguments). When building figures with Plotly Express, changing your dataframe library may help improve performance.
43+
Plotly Express natively supports various dataframe libraries, including pandas, Polars, and PyArrow. When building figures with Plotly Express, changing your dataframe library may help improve performance.
4444

4545
In versions of Plotly.py prior to version 6, Plotly Express functions accepted non-pandas dataframes as input but used the [dataframe interchange protocol](https://data-apis.org/dataframe-protocol/latest/) or converted those dataframes to pandas internally.
4646

47+
See [the Plotly Express Arguments page](/python/px-arguments) for full details on supported dataframe libraries.
48+
4749
## NumPy and NumPy Convertible Arrays for Improved Performance
4850

4951
*New in Plotly.py version 6*

0 commit comments

Comments
 (0)