We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292b865 commit 0a39cf9Copy full SHA for 0a39cf9
pandas/tests/io/formats/test_to_latex.py
@@ -827,7 +827,6 @@ def test_to_latex_escape_special_chars(self):
827
def test_to_latex_escape_special_chars_in_index_names(self):
828
# https://github.com/pandas-dev/pandas/issues/61309
829
# https://github.com/pandas-dev/pandas/issues/57362
830
-
831
index = "&%$#_{}}~^\\"
832
df = DataFrame({index: [1, 2, 3]}).set_index(index)
833
result = df.to_latex(escape=True)
0 commit comments