Skip to content

Commit eaae154

Browse files
committed
mention modin and cuDF
1 parent a410628 commit eaae154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/px-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ df = px.data.iris()
5252
df.head()
5353
```
5454

55-
By default `px.data` functions return a pandas `DataFrame` object, but you can specify an alternative dataframe type using `return_type`. `pandas`, `polars`, and `pyarrow` are supported return types.
55+
By default `px.data` functions return a pandas `DataFrame` object, but you can specify an alternative dataframe type using `return_type`. `pandas`, `polars`, `pyarrow`, `modin`, and `cuDF` are supported return types.
5656

5757
```python
5858
df = px.data.iris(return_type='polars')

0 commit comments

Comments
 (0)