Skip to content

Commit 2f6a7f2

Browse files
committed
Update px-arguments.md
1 parent 2e81618 commit 2f6a7f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/python/px-arguments.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,9 @@ Plotly Express uses Pandas internally to process the data. When you provide a No
178178

179179
If you are using a type of DataFrame that doesn't have a `to_pandas` method, but supports the Python dataframe interchange protocol, you'll need to have Pandas version 2.0.3 or later installed.
180180

181-
If you are using Polars, you'll need to install `pyarrow`, which is used by its [`to_pandas` method](
181+
In this example, we use a Polars DataFrame. If you are using Polars, you'll need to install `pyarrow`, which is used by its [`to_pandas` method](
182182
https://pola-rs.github.io/polars/py-polars/html/reference/dataframe/api/polars.DataFrame.to_pandas.html)
183183

184-
In this example, we use a Polars DataFrame.
185-
186184
```python
187185
import polars as pl
188186
import plotly.express as px

0 commit comments

Comments
 (0)