Skip to content

Commit 6ec7cdc

Browse files
committed
more tweaking for large numbers
1 parent e50a6f6 commit 6ec7cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modin/pandas/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4516,7 +4516,7 @@ def set_backend(
45164516
max_shape_str = f"({max_rows:.0g},{max_cols:.0g})"
45174517
desc = (
45184518
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}"
4519+
+ f" | {operation_str.split('.')[-1]:^10.10} | est. max shape {max_shape_str:<13.13}"
45204520
)
45214521

45224522
if ShowBackendSwitchProgress.get():

0 commit comments

Comments
 (0)