Skip to content

Commit aebdbe5

Browse files
committed
add note on previous versions
1 parent df65774 commit aebdbe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/python/performance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jupyter:
4242

4343
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.
4444

45+
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.
46+
4547
## NumPy and NumPy Convertible Arrays for Improved Performance
4648

4749
*New in Plotly.py version 6*

0 commit comments

Comments
 (0)