Skip to content

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

Development

Successfully merging this pull request may close these issues.

BUG: last column name is not bold when applying bold font to column names together with hiding index before converting to latex

4 participants