pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.9k stars 18.03k forks source link

DOC: Clarifying pandas.melt method documentation by replacing "massage" by "reshape" #60420

Closed ohe closed 2 days ago

ohe commented 2 days ago

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.

mroeschke commented 2 days ago

Thanks @ohe