Skip to content

Commit e00b553

Browse files
LiamConnorsemilykl
andauthored
Update doc/python/px-arguments.md
Co-authored-by: Emily KL <[email protected]>
1 parent 87a5a05 commit e00b553

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
@@ -119,7 +119,7 @@ Many more examples of wide-form and messy data input can be found in our [detail
119119

120120
The first argument of every `px` function is `data_frame`. If you provide a dataframe as a `px` function's first argument, you can then specify column names as strings from the dataframe as other arguments.
121121

122-
### Supported Dataframes
122+
### Supported DataFrame Types
123123

124124
`px` functions natively support pandas, Polars, and PyArrow dataframes. `px` uses [Narwhals](https://narwhals-dev.github.io/narwhals/) to provide this native dataframe support. Other types of dataframes that are currently supported by Narwhals, for example cuDF and Modin, may also work with `px`.
125125

0 commit comments

Comments
 (0)