Skip to content

Commit 161998b

Browse files
committed
avoid using deprecated convention for clines when calling internally
1 parent e2d4718 commit 161998b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3582,7 +3582,7 @@ def _wrap(x, alt_format_):
35823582
"label": label,
35833583
"position": position,
35843584
"column_format": column_format,
3585-
"clines": "skip-last;data"
3585+
"clines": ("skip-last", "rule-data")
35863586
if (multirow and isinstance(self.index, MultiIndex))
35873587
else None,
35883588
"bold_rows": bold_rows,

0 commit comments

Comments
 (0)