Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

ohe
Copy link
Contributor

@ohe ohe commented Nov 26, 2024

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.

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

… "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.
@mroeschke mroeschke added the Docs label Nov 26, 2024
@mroeschke mroeschke added this to the 3.0 milestone Nov 26, 2024
@mroeschke mroeschke merged commit be41966 into pandas-dev:main Nov 26, 2024
55 checks passed
@mroeschke
Copy link
Member

Thanks @ohe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants