We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f8c69 commit f5af9cbCopy full SHA for f5af9cb
packages/python/plotly/plotly/express/_doc.py
@@ -22,6 +22,7 @@
22
"DataFrame or array-like or dict",
23
"This argument needs to be passed for column names (and not keyword names) to be used.",
24
"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.",
26
],
27
x=[
28
colref_type,
0 commit comments