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 e2b9472 commit 2f378fdCopy full SHA for 2f378fd
pandas/io/formats/format.py
@@ -682,7 +682,7 @@ def _truncate_horizontally(self) -> None:
682
else:
683
col_num = cast(int, self.max_cols)
684
self.tr_frame = self.tr_frame.iloc[:, :col_num]
685
- self.tr_col_num = col_num
+ self.tr_col_num: int = col_num
686
687
def _truncate_vertically(self) -> None:
688
"""Remove rows, which are not to be displayed.
0 commit comments