From 66ebf78e6b171ea61646d424a082e6ae530633fe Mon Sep 17 00:00:00 2001 From: archos Date: Thu, 10 Oct 2024 23:03:57 +0200 Subject: [PATCH] =?UTF-8?q?upraven=20index.html,p=C5=99id=C3=A1n=20testova?= =?UTF-8?q?c=C3=AD=20csv=20soubor=20a=20upraven=20skrip.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- finance_2024_corrected.csv | 16 ++++++ index.html | 6 +++ skript.js | 107 +++++++++++++++++++------------------ 3 files changed, 77 insertions(+), 52 deletions(-) create mode 100644 finance_2024_corrected.csv diff --git a/finance_2024_corrected.csv b/finance_2024_corrected.csv new file mode 100644 index 0000000..17e1a7f --- /dev/null +++ b/finance_2024_corrected.csv @@ -0,0 +1,16 @@ +# Vytvoření testovacího DataFrame s podobnou strukturou jako uživatelův CSV soubor +data_corrected = { + 'Datum': ['2024-06-04', '2024-06-05', '2024-06-10', '2024-06-17', '2024-06-18'], + 'Popis': ['Stav účtu', 'Příspěvek @tritol128', 'Příspěvek @fabia_man', 'Příspěvek @Onqa6', 'Příspěvek D.Kolaja'], + 'Částka': [9253.0, 512.0, 100.0, 100.0, 111.0], + 'Měna': ['CZK', 'CZK', 'CZK', 'CZK', 'CZK'], + 'Typ': ['Příjem', 'Příjem', 'Příjem', 'Příjem', 'Příjem'] +} + +df_corrected = pd.DataFrame(data_corrected) + +# Uložení do CSV souboru +corrected_csv_path = "/mnt/data/finance_2024_corrected.csv" +df_corrected.to_csv(corrected_csv_path, index=False) + +corrected_csv_path diff --git a/index.html b/index.html index feea63d..a4cd6f4 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,12 @@ + + +
+

Archiv přehledů financí

+ +