When working with CSV files with really large values, it would be helpful to have the option to toggle "human" formatting of numbers using something like the human_format crate. This turns a number like 20263.894736842107 into 20.26 k which can sometimes make it much easier to skim through data.
When working with CSV files with really large values, it would be helpful to have the option to toggle "human" formatting of numbers using something like the
human_formatcrate. This turns a number like20263.894736842107into20.26 kwhich can sometimes make it much easier to skim through data.