We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abfc78 commit d1169e0Copy full SHA for d1169e0
doc/python/px-arguments.md
@@ -51,6 +51,7 @@ import pandas as pd
51
print("This is the same data in 'long' format, ready for Plotly Express:")
52
wide_df = pd.DataFrame(dict(Month=["Jan", "Feb", "Mar"], London=[1,2,3], Paris=[3,1,2]))
53
tidy_df = wide_df.melt(id_vars="Month")
54
+tidy_df
55
```
56
57
```python
0 commit comments