79269303

Date: 2024-12-10 18:12:19
Score: 1
Natty:
Report link
total_qty = data_table.select(pl.col("qty").sum())

with pl.Config(
    tbl_cell_numeric_alignment="RIGHT",
    thousands_separator=",",
    decimal_separator=".",
    float_precision=3,
    ):

    print(total_qty)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ubaid Mallah