Skip to content

Commit f5af9cb

Browse files
authored
dataframe parameter in px docstrings (#1932)
1 parent 07f8c69 commit f5af9cb

File tree

1 file changed

+1
-0
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-0
lines changed

Diff for: packages/python/plotly/plotly/express/_doc.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"DataFrame or array-like or dict",
2323
"This argument needs to be passed for column names (and not keyword names) to be used.",
2424
"Array-like and dict are tranformed internally to a pandas DataFrame.",
25+
"Optional: if missing, a DataFrame gets constructed under the hood using the other arguments.",
2526
],
2627
x=[
2728
colref_type,

0 commit comments

Comments
 (0)