A bug was discovered in some cases where data sets reporting their disk space in MiB were not being categorized properly when doing a break down by terabyte.
The units in the dataframe are now normalized to GiB (from MiB) before any analysis or sorting is done
fix: disk space units normalization
A bug was discovered in some cases where data sets reporting their disk space in MiB were not being categorized properly when doing a break down by terabyte.
The units in the dataframe are now normalized to GiB (from MiB) before any analysis or sorting is done
Refs: #49