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 21d94b2 commit a213d9cCopy full SHA for a213d9c
pandas/io/formats/info.py
@@ -41,23 +41,6 @@ class CountConfigs(NamedTuple):
41
count_temp: str
42
43
44
-class HeaderAndSpaceConfigs(NamedTuple):
45
- """
46
- Attributes
47
- ----------
48
- space_dtype : int
49
- Number of spaces that `dtypes` column should occupy.
50
- header : str
51
- Header with extra columns (count and type) appended.
52
- len_dtype : int
53
- Length of dtype header.
54
55
-
56
- space_dtype: int
57
- header: str
58
- len_dtype: int
59
60
61
def _put_str(s: Union[str, Dtype], space: int) -> str:
62
"""
63
Make string of specified length, padding to the right if necessary.
0 commit comments