Skip to content

Commit 370fd3b

Browse files
committed
add note on dataframe support
1 parent 3c578c1 commit 370fd3b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/python/v6-changes.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ pip install notebook --upgrade
4949

5050
[go.FigureWidget](https://plotly.com/python/figurewidget/) now uses [anywidget](https://anywidget.dev/). Install `anywidget` with:
5151

52-
5352
```python
5453
pip install anywidget
5554
```
@@ -58,6 +57,10 @@ pip install anywidget
5857

5958
Plotly.py now takes advantage of recent changes in how Plotly.js handles typed arrays for improved performance. See the [performance page](python/performance/) for more details.
6059

60+
## Dataframe Support
61+
62+
Plotly Express now uses [Narwhals](https://narwhals-dev.github.io/narwhals/) to natively support pandas, Polars, PyArrow, and Modin.
63+
6164
## Removed Attributes
6265

6366
The following attributes have been removed in Plotly.py 6.
@@ -132,7 +135,7 @@ The `pointcloud` trace has been removed. Use [`scattergl`](/python/reference/sca
132135

133136
### Transforms
134137

135-
Transforms, which were deprecated in Plotly.py v5, have been removed. You can achieve similar functionality by preprocessing the data with a DataFrame library.
138+
Transforms, which were deprecated in Plotly.py v5, have been removed. You can achieve similar functionality by preprocessing the data with a dataframe library.
136139

137140
For example, a transform to filter the data:
138141

0 commit comments

Comments
 (0)