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 a213d9c commit 089ce24Copy full SHA for 089ce24
pandas/io/formats/info.py
@@ -463,7 +463,7 @@ def _verbose_repr(
463
_put_str("-" * len_id, space_num)
464
+ _put_str("-" * len_column, space)
465
+ _put_str("-" * count_configs.len_count, count_configs.space_count)
466
- + _put_str("-" * len_dtype, space_dtype,)
+ + _put_str("-" * len_dtype, space_dtype)
467
)
468
469
_display_counts_and_dtypes(
0 commit comments