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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the master branch of pandas.
df = pd.DataFrame([[1]], index=pd.MultiIndex.from_tuples([(0,1)], names=["l0", "l1"]), columns=pd.MultiIndex.from_tuples([(0,1)], names=["c0", "c1"])) df.style.hide(level=1).applymap_index(lambda v: "color: red;", level=0, axis=1)
The above renders fine with HTML but when converting to LaTeX formatting functions are offset and lost.
works
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered:
Styler.apply_index
Successfully merging a pull request may close this issue.
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
Issue Description
The above renders fine with HTML but when converting to LaTeX formatting functions are offset and lost.
Expected Behavior
works
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered: