From 9f226597c2627c4d27d458067720823ba07325b6 Mon Sep 17 00:00:00 2001 From: Benny Chen Date: Mon, 4 Aug 2025 20:03:43 -0700 Subject: [PATCH] changed table border style to in line css --- pandas/io/formats/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/formats/html.py b/pandas/io/formats/html.py index c4884ef4ce4a9..7e7cc206551de 100644 --- a/pandas/io/formats/html.py +++ b/pandas/io/formats/html.py @@ -263,7 +263,7 @@ def _write_table(self, indent: int = 0) -> None: border_attr = f' border="{self.border}"' self.write( - f'', + f'', indent, )