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 e08ffd4 commit f5372a7Copy full SHA for f5372a7
pandas/io/formats/info.py
@@ -812,7 +812,7 @@ def _fill_empty_info(self) -> None:
812
"""Add lines to the info table, pertaining to empty dataframe."""
813
self.add_object_type_line()
814
self.add_index_range_line()
815
- self._lines.append(f"Empty {type(self.data).__name__}")
+ self._lines.append(f"Empty {type(self.data).__name__}\n")
816
817
@abstractmethod
818
def _fill_non_empty_info(self) -> None:
0 commit comments