Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2b8e2ba

Browse files
Update doc/python/px-arguments.md
1 parent 45ead3f commit 2b8e2ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎doc/python/px-arguments.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ PySpark dataframes are also supported and are converted to pandas dataframes int
132132
- Plotly Express requires NumPy. You can install it with `pip install numpy` if it's not installed by the dataframe library you are using.
133133
- To use [trendlines](/python/linear-fits/), you'll also need to have pandas installed.
134134
- To use PySpark dataframes, you'll need to have pandas installed. To use dataframes that support the dataframe interchange protocol, you'll need to have PyArrow installed.
135+
135136
### Example: Using a Pandas DataFrame with `px.bar`
136137

137138
Here, we create a pandas `DataFrame`, pass it to `px.bar` as its first argument, and then use the `"sepal_length"` column for the x-axis and the `"sepal_width"` for the y-axis.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /