mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-15 23:53:18 +00:00
Sort imports
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import pandas as pd
|
||||
from ydata_profiling import ProfileReport
|
||||
|
||||
from pulkka.column_maps import KKPALKKA_COL, VUOSITULOT_COL
|
||||
from pulkka.config import OUT_DIR
|
||||
from pulkka.data_ingest import read_data, force_age_numeric
|
||||
from ydata_profiling import ProfileReport
|
||||
from pulkka.data_ingest import force_age_numeric, read_data
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user