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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

corbanvilla
Copy link

@corbanvilla corbanvilla commented Nov 8, 2024

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

@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
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