Skip to content

Commit c67aa88

Browse files
havrikovmahdis-z
authored and
mahdis-z
committed
Actually display the tidy table (#2136)
1 parent 73dd06c commit c67aa88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: doc/python/px-arguments.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ import pandas as pd
5151
print("This is the same data in 'long' format, ready for Plotly Express:")
5252
wide_df = pd.DataFrame(dict(Month=["Jan", "Feb", "Mar"], London=[1,2,3], Paris=[3,1,2]))
5353
tidy_df = wide_df.melt(id_vars="Month")
54+
tidy_df
5455
```
5556

5657
```python

0 commit comments

Comments
 (0)