mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-27 10:58:04 +00:00
Apply some data fixes
This commit is contained in:
@@ -4,7 +4,7 @@ from pulkka.data_ingest import read_data
|
||||
|
||||
def main():
|
||||
df = read_data()
|
||||
df.to_html(OUT_DIR / "data.html", index=False)
|
||||
df.to_html(OUT_DIR / "data.html", index=False, na_rep="")
|
||||
df.to_csv(OUT_DIR / "data.csv", index=False)
|
||||
df.to_excel(OUT_DIR / "data.xlsx", index=False)
|
||||
df.to_json(
|
||||
|
||||
Reference in New Issue
Block a user