Commit be41966
authored
DOC: Clarifying pandas.melt method documentation by replacing "massage" by "reshape" (#60420)
Clarifying pandas.melt method documentation by replacing "massage" by "reshape"
Meanwhile, "massage" is correct in a colloquial sense to mean transforming or reshaping data. This is far from accessible for a non-English speaker (as I am).
Using the term `reshape` or `transform` is more meaningful while being accurate.1 parent ab757ff commit be41966
File tree
2 files changed
+3
-3
lines changed- doc/source/user_guide
- pandas/core/reshape
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments