Skip to content

Commit 1b32c39

Browse files
committed
Merge pull request #6211 from Bklyn/doc-fix
DOC: Fix typo in Melt section
2 parents f30499b + e1a2601 commit 1b32c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reshaping.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Another way to transform is to use the ``wide_to_long`` panel data convenience f
229229
"X" : dict(zip(range(3), np.random.randn(3)))
230230
})
231231
dft["id"] = dft.index
232-
df
232+
dft
233233
pd.wide_to_long(dft, ["A", "B"], i="id", j="year")
234234
235235
Combining with stats and GroupBy

0 commit comments

Comments
 (0)