We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code block at this location:
https://dev.pandas.io/docs/user_guide/reshaping.html#pivoting-with-single-aggregations
is not rendered correctly, as we accidentally try to render it as a note. The .. note:: should be replaced with .. code-block::
.. note::
.. code-block::
The text was updated successfully, but these errors were encountered:
Can I get this issue assigned ?
Sorry, something went wrong.
@espatatis sorry, there was already a PR opened by someone else: #28820
Successfully merging a pull request may close this issue.
The code block at this location:
https://dev.pandas.io/docs/user_guide/reshaping.html#pivoting-with-single-aggregations
is not rendered correctly, as we accidentally try to render it as a note. The
.. note::
should be replaced with.. code-block::
The text was updated successfully, but these errors were encountered: