refactor for multiple series

This commit is contained in:
Vinzenz Schroeter 2025-08-26 18:28:58 +02:00
parent afb5f6242b
commit 54096321f4
3 changed files with 1381 additions and 6 deletions

View file

@ -8,18 +8,20 @@
"languageId": "plaintext"
},
"ExecuteTime": {
"end_time": "2025-08-19T23:39:53.836251Z",
"start_time": "2025-08-19T23:39:53.832994Z"
"end_time": "2025-08-26T15:15:40.301728Z",
"start_time": "2025-08-26T15:15:40.138900Z"
}
},
"source": [
"from datetime import datetime\n",
"\n",
"import pandas\n",
"import matplotlib.pyplot as plt"
"import matplotlib.pyplot as plt\n",
"\n",
"from foo import *"
],
"outputs": [],
"execution_count": 25
"execution_count": 43
},
{
"cell_type": "code",
@ -1471,8 +1473,7 @@
"# one entry per second per point captured\n",
"\n",
"import numpy as np\n",
"from dataclasses import dataclass\n",
"from math import floor\n",
"\n",
"\n",
"@dataclass\n",
"class ScoreSecond:\n",