Skip to content

Commit

Permalink
generate report for dataset 2024-03-04 12:12
Browse files Browse the repository at this point in the history
  • Loading branch information
khrlimam committed Mar 8, 2024
1 parent 978e437 commit 5ad5c45
Show file tree
Hide file tree
Showing 4 changed files with 797 additions and 845 deletions.
781 changes: 382 additions & 399 deletions .ipynb_checkpoints/analysis-checkpoint.ipynb

Large diffs are not rendered by default.

781 changes: 382 additions & 399 deletions analysis.ipynb

Large diffs are not rendered by default.

63 changes: 20 additions & 43 deletions docs/index.html

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions update-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -19,14 +19,23 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"df1 = pd.read_csv('dataset/2024-03-02 10:06.csv', low_memory=False)\n",
"# df1 = pd.read_csv('dataset/2024-03-02 10:06.csv', low_memory=False)\n",
"df2 = pd.read_csv('dataset/2024-03-04 07-38.csv', low_memory=False)"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"df2.tps.to_csv('input/kode-tps.txt', header=None, index=False)"
]
},
{
"cell_type": "code",
"execution_count": 7,
Expand Down Expand Up @@ -183,7 +192,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.1"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 5ad5c45

Please sign in to comment.