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 0e4d675 commit 03c1b22Copy full SHA for 03c1b22
pandas/io/formats/info.py
@@ -979,7 +979,7 @@ def _gen_rows_without_counts(self) -> Iterator[Sequence[str]]:
979
yield from zip(
980
self._gen_line_numbers(),
981
self._gen_columns(),
982
- self._gen_dtypes(),
+ self._gen_dtypes(),
983
)
984
985
def _gen_rows_with_counts(self) -> Iterator[Sequence[str]]:
@@ -988,7 +988,7 @@ def _gen_rows_with_counts(self) -> Iterator[Sequence[str]]:
988
989
990
self._gen_non_null_counts(),
991
- self._gen_dtypes()
992
993
994
def _gen_line_numbers(self) -> Iterator[str]:
0 commit comments