Skip to content

Fix Bug: last column missing formatting in Latex (#52218) #60239

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

Closed
wants to merge 2 commits into from
Closed

Fix Bug: last column missing formatting in Latex (#52218) #60239

wants to merge 2 commits into from

Conversation

corbanvilla
Copy link
Contributor

@corbanvilla corbanvilla commented Nov 8, 2024

Still need to write the tests, bug getting this fix started.

@corbanvilla corbanvilla requested a review from attack68 as a code owner November 8, 2024 08:42
@attack68
Copy link
Contributor

attack68 commented Nov 8, 2024

When you add tests can you test the following:

  • A DataFrame with two value columns and an Index. Both values are styled and should have affected output in LaTeX.

The following scenarios:

  • The index is a single Index and it is hidden,
  • The index is a 3 column MultiIndex and two levels are hidden.
  • The index is a 3 column MultiIndex and all levels are hidden.

Thanks.

@mroeschke mroeschke added the Styler conditional formatting using DataFrame.style label Nov 8, 2024
@rhshadrach rhshadrach added the Bug label Nov 8, 2024
@corbanvilla corbanvilla reopened this Nov 18, 2024
@corbanvilla
Copy link
Contributor Author

Sorry for the noise, was trying to change it into a feature branch like the the contribution guide mentions :-)

Will re-submit a PR with the included tests and from a feature branch.

https://pandas.pydata.org/docs/dev/development/contributing.html#contributing-forking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Styler conditional formatting using DataFrame.style
Projects
None yet
4 participants