There is a newer version of the record available.

Published March 29, 2026 | Version 0.0.27

datasciencedynamics/eda_toolkit: EDA Toolkit 0.0.27

Authors/Creators

Description

Fix missing thousands separator in continuous "Overall" column of generate_table1()

Inside generate_table1, the make_overall helper was formatting mean and SD with :.{n}f instead of :,.{n}f, so values like 189664.13 appeared without commas. Added the , flag to both format strings. No behavioral change to categorical Overall or any other column.

Files

datasciencedynamics/eda_toolkit-0.0.27.zip

Files (149.3 kB)

Name Size Download all
md5:baae05668bc1a3304780f6bd742ad10d
149.3 kB Preview Download

Additional details

Related works