mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-11 12:51:42 +00:00
Improve data normalization
This commit is contained in:
@@ -8,6 +8,7 @@ def main():
|
||||
df = force_tulot_numeric(df)
|
||||
df = force_age_numeric(df)
|
||||
profile = ProfileReport(df)
|
||||
profile.config.vars.cat.n_obs = 20
|
||||
profile.to_file(OUT_DIR / "profiling_report.html")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user