occupation
Data Scientists
description
Profile a CSV or other delimited file with the Python standard library only — row/column counts, per-column type inference (integer/float/boolean/string), null counts and fill rates, and basic stats (min/max/mean/median/stdev for numerics; distinct count and…
updated