Good good progress

This commit is contained in:
bolade
2025-11-21 14:15:29 +01:00
parent 4028b7c626
commit dbee12341a
7 changed files with 80 additions and 103 deletions
+22 -22
View File
@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 21,
"id": "63f43af5",
"metadata": {},
"outputs": [],
@@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 22,
"id": "97da3d1c",
"metadata": {},
"outputs": [],
@@ -26,7 +26,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 23,
"id": "b0ee2af1",
"metadata": {},
"outputs": [
@@ -42,7 +42,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_103354/3076306744.py:3: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n",
"/tmp/ipykernel_150441/3076306744.py:3: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n",
" df = df.apply(pd.to_numeric, errors='ignore')\n"
]
}
@@ -72,7 +72,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 24,
"id": "99116a35",
"metadata": {},
"outputs": [],
@@ -84,7 +84,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 25,
"id": "fbd292c3",
"metadata": {},
"outputs": [
@@ -102,7 +102,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 26,
"id": "4c439b2c",
"metadata": {},
"outputs": [
@@ -167,7 +167,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 27,
"id": "a565f1b3",
"metadata": {},
"outputs": [
@@ -237,7 +237,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 28,
"id": "470e871e",
"metadata": {},
"outputs": [
@@ -431,7 +431,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 29,
"id": "0ab6f0b0",
"metadata": {},
"outputs": [
@@ -577,7 +577,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 30,
"id": "ef8bc7ac",
"metadata": {},
"outputs": [
@@ -638,7 +638,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 31,
"id": "06244aa2",
"metadata": {},
"outputs": [
@@ -753,7 +753,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 32,
"id": "8a1878a0",
"metadata": {},
"outputs": [
@@ -832,7 +832,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 33,
"id": "7361fb05",
"metadata": {},
"outputs": [
@@ -893,7 +893,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 34,
"id": "c89478ff",
"metadata": {},
"outputs": [
@@ -953,7 +953,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 35,
"id": "1db16040",
"metadata": {},
"outputs": [
@@ -1028,7 +1028,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 36,
"id": "c8ad6076",
"metadata": {},
"outputs": [
@@ -1109,7 +1109,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 37,
"id": "25327cc1",
"metadata": {},
"outputs": [
@@ -1415,7 +1415,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 38,
"id": "c46b53f0",
"metadata": {},
"outputs": [
@@ -1731,7 +1731,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 39,
"id": "84addc63",
"metadata": {},
"outputs": [
@@ -1869,7 +1869,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 40,
"id": "f324fe94",
"metadata": {},
"outputs": [
@@ -2066,7 +2066,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "report-generation",
"language": "python",
"name": "python3"
},