Skip to content

Commit 7bee2d6

Browse files
committed
Update px-arguments.md
1 parent fa35f17 commit 7bee2d6

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
@@ -200,7 +200,7 @@ fig.show()
200200

201201
As of version 5.16, you can also provide another type of DataFrame to the `data_frame` argument if that DataFrame supports the [Python dataframe interchange protocol](https://data-apis.org/dataframe-protocol/latest/index.html), or has a `toPandas` or `to_pandas_df` method.
202202

203-
If you are using a type of DataFrame that doesn't have a `to_pandas`, `toPandas`, or `to_pandas_df` method, but supports the Python dataframe interchange protocol, you'll need to have Pandas version 2.0.3 or later installed.
203+
Even if the DataFrame that you are using supports the Python dataframe interchange protocol, you'll need to have Pandas version 2.0.3 or later installed. If you are using an earlier version of Pandas, Plotly Express will look for a `to_pandas`, `toPandas`, and `to_pandas_df` method, and use whichever one is available.
204204

205205

206206
### Input Data as array-like columns: NumPy arrays, lists...

0 commit comments

Comments
 (0)