Skip to content

Commit

Permalink
pracovní verze area chartu
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkasparek committed Nov 20, 2024
1 parent 6bcbb68 commit d3f686c
Show file tree
Hide file tree
Showing 24 changed files with 348,576 additions and 317,207 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ pokusy
cd_*.parquet
ar_*.parquet
le_*.parquet
rj_*.parquet
rj_*.parquet
tm3k
8 changes: 4 additions & 4 deletions 002_cd_cisteni.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
"name": "stdout",
"output_type": "stream",
"text": [
"cd_2024-11-15.parquet\n",
"2024-11-15: 814\n",
"cd_2024-11-16.parquet\n",
"2024-11-16: 820\n"
"cd_2024-11-18.parquet\n",
"2024-11-18: 791\n",
"cd_2024-11-19.parquet\n",
"2024-11-19: 818\n"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions 004_rj_cisteni.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1249,8 +1249,8 @@
"2024-11-03: 0\n",
"2024-11-04: 0\n",
"2024-11-05: 0\n",
"2024-11-15: 776\n",
"2024-11-16: 859\n"
"2024-11-18: 589\n",
"2024-11-19: 942\n"
]
}
],
Expand Down
4 changes: 2 additions & 2 deletions 006_le_cisteni.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"2024-11-15: 284\n",
"2024-11-16: 258\n"
"2024-11-18: 251\n",
"2024-11-19: 267\n"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions 008_ar_cisteni.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"text": [
"<>:11: SyntaxWarning: invalid escape sequence '\\d'\n",
"<>:11: SyntaxWarning: invalid escape sequence '\\d'\n",
"C:\\Users\\micha\\AppData\\Local\\Temp\\ipykernel_29244\\1036985530.py:11: SyntaxWarning: invalid escape sequence '\\d'\n",
"C:\\Users\\micha\\AppData\\Local\\Temp\\ipykernel_23756\\1036985530.py:11: SyntaxWarning: invalid escape sequence '\\d'\n",
" datum = re.search(\"\\d{1,2}\\.\\s\\w{4,15}\\s20\\d{2}\", radek).group(0)\n"
]
}
Expand Down Expand Up @@ -528,8 +528,8 @@
"2024-11-04: 0\n",
"2024-11-05: 0\n",
"2024-11-06: 0\n",
"2024-11-15: 801\n",
"2024-11-16: 756\n"
"2024-11-18: 726\n",
"2024-11-19: 761\n"
]
}
],
Expand Down
100 changes: 56 additions & 44 deletions 050_spojeni.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"id": "3c49eaba-04cd-4c05-9b78-ca43179ff542",
"metadata": {},
"outputs": [],
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"id": "e2c1f968-7977-4632-82f7-3d83447ea76d",
"metadata": {},
"outputs": [],
Expand All @@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"id": "98e440a4-ff6c-4378-af23-bc8206a7ebec",
"metadata": {},
"outputs": [],
Expand All @@ -38,7 +38,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"id": "834a58d6-07a1-4ff3-b434-44a4d8a16b9f",
"metadata": {},
"outputs": [
Expand All @@ -51,15 +51,15 @@
"3 2024-11-07 18:\n",
"4 2024-11-07 18:\n",
" ... \n",
"12961 2024-11-16 08:\n",
"12962 2024-11-16 08:\n",
"12963 2024-11-16 08:\n",
"12964 2024-11-16 22:\n",
"12965 2024-11-16 22:\n",
"Name: oscrapovano_minuty, Length: 1031692, dtype: object"
"15064 2024-11-19 00:\n",
"15065 2024-11-19 00:\n",
"15066 2024-11-19 00:\n",
"15067 2024-11-19 18:\n",
"15068 2024-11-19 18:\n",
"Name: oscrapovano_minuty, Length: 1280960, dtype: object"
]
},
"execution_count": 6,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -70,7 +70,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 5,
"id": "b31b987f-afe9-4594-bd30-e512d08a3566",
"metadata": {},
"outputs": [],
Expand All @@ -80,17 +80,17 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 6,
"id": "5418f80d-4c83-43ee-9eaa-e8292b9fd63c",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"502177"
"619803"
]
},
"execution_count": 8,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -101,7 +101,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 7,
"id": "de3420d1-e5c1-4720-b702-4e1840d74ae3",
"metadata": {},
"outputs": [
Expand All @@ -119,6 +119,9 @@
" 2024-11-14 3072\n",
" 2024-11-15 3552\n",
" 2024-11-16 3498\n",
" 2024-11-17 3254\n",
" 2024-11-18 3310\n",
" 2024-11-19 3384\n",
"LE 2024-11-07 332\n",
" 2024-11-08 1573\n",
" 2024-11-09 1873\n",
Expand All @@ -129,6 +132,9 @@
" 2024-11-14 1981\n",
" 2024-11-15 2063\n",
" 2024-11-16 2002\n",
" 2024-11-17 2004\n",
" 2024-11-18 1988\n",
" 2024-11-19 2050\n",
"RJ 2024-11-06 3676\n",
" 2024-11-07 1853\n",
" 2024-11-08 11164\n",
Expand All @@ -140,6 +146,9 @@
" 2024-11-14 11828\n",
" 2024-11-15 11514\n",
" 2024-11-16 12837\n",
" 2024-11-17 13502\n",
" 2024-11-18 7927\n",
" 2024-11-19 14891\n",
"ČD 2024-10-31 1325\n",
" 2024-11-01 13722\n",
" 2024-11-02 19225\n",
Expand All @@ -157,10 +166,13 @@
" 2024-11-14 21601\n",
" 2024-11-15 21843\n",
" 2024-11-16 22309\n",
" 2024-11-17 21160\n",
" 2024-11-18 21754\n",
" 2024-11-19 22402\n",
"dtype: int64"
]
},
"execution_count": 9,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -171,7 +183,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 8,
"id": "13a6cb25-bc64-4cce-b00f-ab1a4ecf7734",
"metadata": {},
"outputs": [],
Expand All @@ -181,7 +193,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 9,
"id": "1e429647-b3cf-4a38-b662-82bf58f40e68",
"metadata": {},
"outputs": [],
Expand All @@ -191,7 +203,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 10,
"id": "8516e283-1ec0-4fc6-92e0-5b0d9eda7db4",
"metadata": {},
"outputs": [],
Expand All @@ -201,7 +213,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 11,
"id": "e7b3f70a-4f04-488f-99a0-e534168cdf21",
"metadata": {},
"outputs": [],
Expand All @@ -213,7 +225,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 12,
"id": "50764e8d-9cd1-450b-bd8a-34e85e3d22f9",
"metadata": {},
"outputs": [],
Expand All @@ -224,7 +236,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 13,
"id": "94bc1ba3-932e-4df2-a7a5-4aedaeec9717",
"metadata": {},
"outputs": [],
Expand All @@ -234,7 +246,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 14,
"id": "5376546f-7995-48af-a8c1-dd8c41c0a591",
"metadata": {},
"outputs": [],
Expand All @@ -244,22 +256,22 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 15,
"id": "be5f17df-fb85-4139-9b07-98b3013433ed",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Before: 32520531\n",
"After: 4034189\n",
"Before: 32488595\n",
"After: 4032749\n",
"Before: 34064934\n",
"After: 4025416\n",
"Before: 29629382\n",
"After: 4025736\n"
"Before: 39728667\n",
"After: 4943658\n",
"Before: 39735049\n",
"After: 4942154\n",
"Before: 41538598\n",
"After: 4934821\n",
"Before: 36332759\n",
"After: 4935141\n"
]
}
],
Expand All @@ -272,7 +284,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 16,
"id": "f5e504ea-d0cb-43db-960d-574b16d96b2f",
"metadata": {
"scrolled": true
Expand All @@ -284,17 +296,17 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 17,
"id": "031a1930-cc15-4b30-b202-ffcb492534b2",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"(447224, 26)"
"(548269, 26)"
]
},
"execution_count": 19,
"execution_count": 17,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -305,17 +317,17 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 18,
"id": "55046487-4a82-4bec-8870-cc400664db09",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"(51729, 3)"
"(55875, 3)"
]
},
"execution_count": 20,
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -326,7 +338,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 19,
"id": "852ca70e-3c1a-48cb-81fe-d1c51c2300f5",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -357,7 +369,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 20,
"id": "16e60aa6-f5da-4435-8fd0-35341d542234",
"metadata": {},
"outputs": [],
Expand All @@ -367,7 +379,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 21,
"id": "66d06a65-575a-486b-aeff-1fb8a3735eb0",
"metadata": {},
"outputs": [],
Expand All @@ -379,7 +391,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 22,
"id": "50643981-0d07-4390-a1ab-e2a4b636b358",
"metadata": {},
"outputs": [],
Expand Down
Loading

0 comments on commit d3f686c

Please sign in to comment.