Skip to content

Commit 5194841

Browse files
deprecate transforms
1 parent 50fa0da commit 5194841

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

doc/python/aggregations.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jupyter:
3333
thumbnail: thumbnail/aggregations.jpg
3434
---
3535

36+
> **Note** `transforms` are deprecated in `plotly` v5 and will be removed in a future version.
37+
3638
#### Introduction
3739

3840
Aggregates are a type of transform that can be applied to values in a given expression. Available aggregations are:

doc/python/filter.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jupyter:
3333
thumbnail: thumbnail/filter.jpg
3434
---
3535

36+
> **Note** `transforms` are deprecated in `plotly` v5 and will be removed in a future version
37+
3638
#### Basic Example
3739

3840
```python

doc/python/group-by.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jupyter:
3333
thumbnail: thumbnail/groupby.jpg
3434
---
3535

36+
> **Note** `transforms` are deprecated in `plotly` v5 and will be removed in a future version.
37+
3638
#### Basic Example
3739

3840
```python

doc/python/multiple-transforms.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jupyter:
3434
thumbnail: thumbnail/multiple-transforms.jpg
3535
---
3636

37+
> **Note** `transforms` are deprecated in `plotly` v5 and will be removed in a future version.
38+
>
3739
#### Filter and Group By
3840

3941
```python

0 commit comments

Comments
 (0)