We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50a6f6 commit 6ec7cdcCopy full SHA for 6ec7cdc
modin/pandas/base.py
@@ -4516,7 +4516,7 @@ def set_backend(
4516
max_shape_str = f"({max_rows:.0g},{max_cols:.0g})"
4517
desc = (
4518
f"Transferring: {self_backend:>10.10} → {normalized_backend:<10.10} "
4519
- + f" | {operation_str.split('.')[-1]:^10.10} | est. max shape {max_shape_str:<10.10}"
+ + f" | {operation_str.split('.')[-1]:^10.10} | est. max shape {max_shape_str:<13.13}"
4520
)
4521
4522
if ShowBackendSwitchProgress.get():
0 commit comments