mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-12 04:52:07 +00:00
Add new data bits
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
from data_ingest import read_data, force_tulot_numeric
|
||||
from data_ingest import read_data, force_tulot_numeric, force_age_numeric
|
||||
from pandas_profiling import ProfileReport
|
||||
|
||||
|
||||
def main():
|
||||
df = read_data()
|
||||
df = force_tulot_numeric(df)
|
||||
df = force_age_numeric(df)
|
||||
profile = ProfileReport(df)
|
||||
profile.to_file("out/profiling_report.html")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user