{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "041a1077-2dfa-4e8c-b525-591e2b3951fa", "metadata": {}, "outputs": [], "source": [ "%load_ext autoreload\n", "%autoreload 2" ] }, { "cell_type": "code", "execution_count": 2, "id": "9e51e24d-f58b-4599-a8ee-c2f4f5e206a6", "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "import sqlalchemy\n", "import numpy as np\n", "from pathlib import Path\n", "import os\n", "import sys\n", "import subprocess\n", "import time\n", "import requests" ] }, { "cell_type": "code", "execution_count": 3, "id": "e1a0aeb6-0bd2-4883-a54a-b34b7c0de61f", "metadata": {}, "outputs": [], "source": [ "!pip install ollama --quiet" ] }, { "cell_type": "code", "execution_count": 4, "id": "eb0eb831-ed79-4fe2-b423-fad920333c21", "metadata": {}, "outputs": [], "source": [ "# Fix paths for src files\n", "project_root = Path(os.getcwd()).parent\n", "script_dir = project_root / \"src\"\n", "if str(script_dir) not in sys.path:\n", " sys.path.append(str(script_dir))\n", "\n", "# Import optimized processor\n", "from transform.structure_data import process_cbk_files" ] }, { "cell_type": "code", "execution_count": 5, "id": "394a7d13-4161-40f4-a1bf-cf87f591e332", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Checking path: /capstor/scratch/cscs/tligawa/mshauri-fedha/data/cbk/structured\n", "Exists: True\n" ] } ], "source": [ "scratch_env = os.environ.get(\"SCRATCH\")\n", "if scratch_env:\n", " SCRATCH_DIR = Path(scratch_env)\n", "else:\n", " raise ValueError(\"SCRATCH environment variable is not set!\")\n", "\n", "# Join the paths using the '/' operator\n", "MARKER_OUTPUT_DIR = SCRATCH_DIR / \"mshauri-fedha/data/knbs/marker-output\"\n", "CBK_CSV_DIR = SCRATCH_DIR / \"mshauri-fedha/data/cbk/structured\"\n", "\n", "# Check if it exists\n", "print(f\"Checking path: {CBK_CSV_DIR}\")\n", "print(f\"Exists: {CBK_CSV_DIR.exists()}\")" ] }, { "cell_type": "code", "execution_count": 6, "id": "a514153d-e5ba-4671-9221-8cfcb6ec3fec", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
Unnamed: 0Unnamed: 1Unnamed: 2Unnamed: 3Unnamed: 4Unnamed: 5Unnamed: 6Unnamed: 7Unnamed: 8Unnamed: 9Unnamed: 10
0NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
1NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
2NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
3NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
4NaNNaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
\n", "
" ], "text/plain": [ " Unnamed: 0 Unnamed: 1 Unnamed: 2 Unnamed: 3 Unnamed: 4 Unnamed: 5 \\\n", "0 NaN NaN NaN NaN NaN NaN \n", "1 NaN NaN NaN NaN NaN NaN \n", "2 NaN NaN NaN NaN NaN NaN \n", "3 NaN NaN NaN NaN NaN NaN \n", "4 NaN NaN NaN NaN NaN NaN \n", "\n", " Unnamed: 6 Unnamed: 7 Unnamed: 8 Unnamed: 9 Unnamed: 10 \n", "0 NaN NaN NaN NaN NaN \n", "1 NaN NaN NaN NaN NaN \n", "2 NaN NaN NaN NaN NaN \n", "3 NaN NaN NaN NaN NaN \n", "4 NaN NaN NaN NaN NaN " ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "example_file = os.listdir(CBK_CSV_DIR)[5]\n", "example_df = pd.read_csv(os.path.join(CBK_CSV_DIR, example_file))\n", "example_df.head()" ] }, { "cell_type": "code", "execution_count": 7, "id": "405c9b2d-57c4-4f47-a464-f9a7c8755aa5", "metadata": { "scrolled": true }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "2025-12-22 15:22:29,608 - ๐Ÿš€ Starting Ollama (qwen2.5:14b)...\n", "\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest โ ‹ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest โ ™ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest โ น \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest โ ธ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest โ ผ \u001b[K\u001b[?25h\u001b[?2026l\u001b[?2026h\u001b[?25l\u001b[1Gpulling manifest \u001b[K\n", "pulling 2049f5674b1e: 100% โ–•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ– 9.0 GB \u001b[K\n", "pulling 66b9ea09bd5b: 100% โ–•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ– 68 B \u001b[K\n", "pulling eb4402837c78: 100% โ–•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ– 1.5 KB \u001b[K\n", "pulling 832dd9e00a68: 100% โ–•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ– 11 KB \u001b[K\n", "pulling db59b814cab7: 100% โ–•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ– 488 B \u001b[K\n", "verifying sha256 digest \u001b[K\n", "writing manifest \u001b[K\n", "success \u001b[K\u001b[?25h\u001b[?2026l\n", "2025-12-22 15:22:47,378 - โฉ Skipping cbk_batch_102_191151_december__2019_tap_fxd3_2019_5__dated_23_12_2019_sheet_results.csv (Blacklisted)\n", "2025-12-22 15:22:47,379 - Processing cbk_batch_103_191322_annual_gdp.csv...\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "๐Ÿš€ Processing 112 files...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "2025-12-22 15:22:55,859 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:22:56,168 - โœ… Saved 25 rows to 'annual_gdp'\n", "2025-12-22 15:22:56,169 - Processing cbk_batch_103_191322_bop_annual.csv...\n", "2025-12-22 15:22:56,815 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:22:56,979 - โœ… Saved 59 rows to 'bop_annual'\n", "2025-12-22 15:22:56,979 - Processing cbk_batch_103_191322_central_bank_rates.csv...\n", "2025-12-22 15:22:57,606 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:22:57,957 - โœ… Saved 412 rows to 'central_bank_rates'\n", "2025-12-22 15:22:57,958 - Processing cbk_batch_103_191322_commercial_bank_rates.csv...\n", "2025-12-22 15:22:58,350 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:22:58,527 - โœ… Saved 419 rows to 'commercial_bank_rates'\n", "2025-12-22 15:22:58,527 - Processing cbk_batch_103_191322_depository_corporation_survey.csv...\n", "2025-12-22 15:23:01,305 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:01,962 - โœ… Saved 43432 rows to 'depository_corporation_survey'\n", "2025-12-22 15:23:01,963 - โฉ Skipping cbk_batch_103_191322_depository_corporation_survey_(expanded).csv (Blacklisted)\n", "2025-12-22 15:23:01,964 - Processing cbk_batch_103_191322_domestic_debt_by_instrument.csv...\n", "2025-12-22 15:23:02,547 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:23:02,731 - โœ… Saved 311 rows to 'domestic_debt_by_instrument'\n", "2025-12-22 15:23:02,731 - Processing cbk_batch_103_191322_exchange_rates_end_period.csv...\n", "2025-12-22 15:23:04,462 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:04,631 - โœ… Saved 392 rows to 'exchange_rates_end_period'\n", "2025-12-22 15:23:04,631 - Processing cbk_batch_103_191322_exchange_rates_period_average.csv...\n", "2025-12-22 15:23:06,507 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:06,767 - โœ… Saved 392 rows to 'exchange_rates_period_average'\n", "2025-12-22 15:23:06,767 - Processing cbk_batch_103_191322_foreign_trade_summary.csv...\n", "2025-12-22 15:23:07,407 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:23:07,649 - โœ… Saved 325 rows to 'foreign_trade_summary'\n", "2025-12-22 15:23:07,650 - Processing cbk_batch_103_191322_issues_of_treasury_bills.csv...\n", "2025-12-22 15:23:08,156 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:08,387 - โœ… Saved 956 rows to 'issues_of_treasury_bills'\n", "2025-12-22 15:23:08,388 - Processing cbk_batch_103_191322_issues_of_treasury_bonds.csv...\n", "2025-12-22 15:23:08,860 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:09,062 - โœ… Saved 967 rows to 'issues_of_treasury_bonds'\n", "2025-12-22 15:23:09,062 - Processing cbk_batch_103_191322_principal_exports_,volume_,value_and_unit_prices.csv...\n", "2025-12-22 15:23:09,840 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:10,103 - โœ… Saved 322 rows to 'principal_exports__volume__value_and_unit_prices'\n", "2025-12-22 15:23:10,104 - Processing cbk_batch_103_191322_public_debt.csv...\n", "2025-12-22 15:23:10,481 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:23:10,849 - โœ… Saved 302 rows to 'public_debt'\n", "2025-12-22 15:23:10,849 - โฉ Skipping cbk_batch_103_191322_quarterly_gdp.csv (Blacklisted)\n", "2025-12-22 15:23:10,849 - โฉ Skipping cbk_batch_103_191322_remittances_by_source_(โ€˜000_usd_equivalent)_sheet_Remittances .csv (Blacklisted)\n", "2025-12-22 15:23:10,849 - Processing cbk_batch_103_191322_revenue_and_expenditure.csv...\n", "2025-12-22 15:23:11,521 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:23:11,525 - โŒ SQL Error: Column must be constructed with a non-blank name or assign a non-blank .name before adding to a Table.\n", "2025-12-22 15:23:11,526 - Processing cbk_batch_103_191322_value_of_direct_imports_by_commodities.csv...\n", "2025-12-22 15:23:12,456 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:23:12,751 - โœ… Saved 325 rows to 'value_of_direct_imports_by_commodities'\n", "2025-12-22 15:23:12,752 - Processing cbk_batch_103_191322_value_of_direct_imports_from_selected_african_coun.csv...\n", "2025-12-22 15:23:13,501 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:13,868 - โœ… Saved 331 rows to 'value_of_direct_imports_from_selected_african_coun'\n", "2025-12-22 15:23:13,869 - Processing cbk_batch_103_191322_value_of_direct_imports_from_selected_rest_of_the_.csv...\n", "2025-12-22 15:23:14,737 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:23:14,962 - โœ… Saved 331 rows to 'value_of_direct_imports_from_selected_rest_of_the_'\n", "2025-12-22 15:23:14,963 - Processing cbk_batch_103_191322_value_of_exports_to_selected_african_countries.csv...\n", "2025-12-22 15:23:15,913 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:16,258 - โœ… Saved 331 rows to 'value_of_exports_to_selected_african_countries'\n", "2025-12-22 15:23:16,258 - Processing cbk_batch_103_191322_value_of_exports_to_selected_rest_of_the_world_cou.csv...\n", "2025-12-22 15:23:17,190 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:17,437 - โœ… Saved 331 rows to 'value_of_exports_to_selected_rest_of_the_world_cou'\n", "2025-12-22 15:23:17,438 - Processing cbk_batch_103_191322_value_of_selected_domestic_exports.csv...\n", "2025-12-22 15:23:18,118 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:23:18,395 - โœ… Saved 326 rows to 'value_of_selected_domestic_exports'\n", "2025-12-22 15:23:18,395 - Processing cbk_batch_10_165131_forex_bureau_rates_sheet_Director.csv...\n", "2025-12-22 15:23:19,026 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:19,209 - โœ… Saved 48 rows to 'forex_bureau_rates_sheet_director'\n", "2025-12-22 15:23:19,209 - Processing cbk_batch_10_165131_forex_bureau_rates_sheet_Market Intelligence.csv...\n", "2025-12-22 15:23:19,833 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:20,013 - โœ… Saved 47 rows to 'forex_bureau_rates_sheet_market_intelligence'\n", "2025-12-22 15:23:20,013 - Processing cbk_batch_10_165131_forex_bureau_rates_sheet_fbx1.csv...\n", "2025-12-22 15:23:20,662 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:20,846 - โœ… Saved 55 rows to 'forex_bureau_rates_sheet_fbx1'\n", "2025-12-22 15:23:20,846 - Processing cbk_batch_10_165131_forex_bureau_rates_sheet_fbx2.csv...\n", "2025-12-22 15:23:21,582 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:21,831 - โœ… Saved 51 rows to 'forex_bureau_rates_sheet_fbx2'\n", "2025-12-22 15:23:21,832 - Processing cbk_batch_10_165131_forex_bureau_rates_sheet_fxb1.csv...\n", "2025-12-22 15:23:22,516 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:22,772 - โœ… Saved 62 rows to 'forex_bureau_rates_sheet_fxb1'\n", "2025-12-22 15:23:22,772 - Processing cbk_batch_10_165131_forex_bureau_rates_sheet_fxb2.csv...\n", "2025-12-22 15:23:23,465 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:23,657 - โœ… Saved 50 rows to 'forex_bureau_rates_sheet_fxb2'\n", "2025-12-22 15:23:23,657 - Processing cbk_batch_10_165131_forex_bureau_rates_sheet_market Intelligence.csv...\n", "2025-12-22 15:23:24,278 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:24,886 - โœ… Saved 47 rows to 'forex_bureau_rates_sheet_market_intelligence'\n", "2025-12-22 15:23:24,886 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Director.csv...\n", "2025-12-22 15:23:25,536 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:25,733 - โœ… Saved 42 rows to 'forex_bureaus_rates_sheet_director'\n", "2025-12-22 15:23:25,734 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Fxb1.csv...\n", "2025-12-22 15:23:26,381 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:26,548 - โœ… Saved 45 rows to 'forex_bureaus_rates_sheet_fxb1'\n", "2025-12-22 15:23:26,548 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Fxb2.csv...\n", "2025-12-22 15:23:27,227 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:27,442 - โœ… Saved 37 rows to 'forex_bureaus_rates_sheet_fxb2'\n", "2025-12-22 15:23:27,442 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Market Intelligence.csv...\n", "2025-12-22 15:23:28,054 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:28,287 - โœ… Saved 41 rows to 'forex_bureaus_rates_sheet_market_intelligence'\n", "2025-12-22 15:23:28,287 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Market intelligence.csv...\n", "2025-12-22 15:23:28,908 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:29,484 - โœ… Saved 47 rows to 'forex_bureaus_rates_sheet_market_intelligence'\n", "2025-12-22 15:23:29,485 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Sheet1.csv...\n", "2025-12-22 15:23:30,135 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:30,362 - โœ… Saved 56 rows to 'forex_bureaus_rates_sheet_sheet1'\n", "2025-12-22 15:23:30,362 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Sheet2.csv...\n", "2025-12-22 15:23:31,089 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:31,344 - โœ… Saved 42 rows to 'forex_bureaus_rates_sheet_sheet2'\n", "2025-12-22 15:23:31,344 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Sheet3.csv...\n", "2025-12-22 15:23:31,959 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:32,116 - โœ… Saved 47 rows to 'forex_bureaus_rates_sheet_sheet3'\n", "2025-12-22 15:23:32,117 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_Sheet4.csv...\n", "2025-12-22 15:23:32,740 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:32,872 - โœ… Saved 46 rows to 'forex_bureaus_rates_sheet_sheet4'\n", "2025-12-22 15:23:32,872 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_fbx.csv...\n", "2025-12-22 15:23:33,536 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:33,650 - โœ… Saved 41 rows to 'forex_bureaus_rates_sheet_fbx'\n", "2025-12-22 15:23:33,651 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_fbx1.csv...\n", "2025-12-22 15:23:34,301 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:34,501 - โœ… Saved 56 rows to 'forex_bureaus_rates_sheet_fbx1'\n", "2025-12-22 15:23:34,502 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_fbx2.csv...\n", "2025-12-22 15:23:35,186 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:35,622 - โœ… Saved 37 rows to 'forex_bureaus_rates_sheet_fbx2'\n", "2025-12-22 15:23:35,623 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_fxb1.csv...\n", "2025-12-22 15:23:36,272 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:36,751 - โœ… Saved 66 rows to 'forex_bureaus_rates_sheet_fxb1'\n", "2025-12-22 15:23:36,751 - Processing cbk_batch_10_165131_forex_bureaus_rates_sheet_fxb2.csv...\n", "2025-12-22 15:23:37,429 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:37,879 - โœ… Saved 52 rows to 'forex_bureaus_rates_sheet_fxb2'\n", "2025-12-22 15:23:37,879 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2003.csv...\n", "2025-12-22 15:23:38,249 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:38,395 - โœ… Saved 21 rows to 'cbk_indicative_exchange_rates_2003'\n", "2025-12-22 15:23:38,395 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2004.csv...\n", "2025-12-22 15:23:38,756 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:38,950 - โœ… Saved 764 rows to 'cbk_indicative_exchange_rates_2004'\n", "2025-12-22 15:23:38,951 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2005.csv...\n", "2025-12-22 15:23:39,292 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:39,675 - โœ… Saved 4446 rows to 'cbk_indicative_exchange_rates_2005'\n", "2025-12-22 15:23:39,676 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2006.csv...\n", "2025-12-22 15:23:40,019 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:40,321 - โœ… Saved 4469 rows to 'cbk_indicative_exchange_rates_2006'\n", "2025-12-22 15:23:40,321 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2007.csv...\n", "2025-12-22 15:23:40,662 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:40,976 - โœ… Saved 4636 rows to 'cbk_indicative_exchange_rates_2007'\n", "2025-12-22 15:23:40,976 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2008.csv...\n", "2025-12-22 15:23:41,342 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:41,725 - โœ… Saved 4674 rows to 'cbk_indicative_exchange_rates_2008'\n", "2025-12-22 15:23:41,726 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2009.csv...\n", "2025-12-22 15:23:42,098 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:42,599 - โœ… Saved 4788 rows to 'cbk_indicative_exchange_rates_2009'\n", "2025-12-22 15:23:42,600 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2010.csv...\n", "2025-12-22 15:23:43,000 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:43,473 - โœ… Saved 4807 rows to 'cbk_indicative_exchange_rates_2010'\n", "2025-12-22 15:23:43,474 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2011.csv...\n", "2025-12-22 15:23:43,817 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:44,231 - โœ… Saved 5284 rows to 'cbk_indicative_exchange_rates_2011'\n", "2025-12-22 15:23:44,232 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2012.csv...\n", "2025-12-22 15:23:44,590 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:44,968 - โœ… Saved 5331 rows to 'cbk_indicative_exchange_rates_2012'\n", "2025-12-22 15:23:44,969 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2013.csv...\n", "2025-12-22 15:23:45,351 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:45,693 - โœ… Saved 5229 rows to 'cbk_indicative_exchange_rates_2013'\n", "2025-12-22 15:23:45,693 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2014.csv...\n", "2025-12-22 15:23:46,107 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:46,506 - โœ… Saved 5293 rows to 'cbk_indicative_exchange_rates_2014'\n", "2025-12-22 15:23:46,506 - Processing cbk_batch_111_192456_cbk_indicative_exchange_rates_2015.csv...\n", "2025-12-22 15:23:46,885 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:47,341 - โœ… Saved 5860 rows to 'cbk_indicative_exchange_rates_2015'\n", "2025-12-22 15:23:47,342 - Processing cbk_batch_111_192456_download_all_historical_rates.csv...\n", "2025-12-22 15:23:47,821 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:49,146 - โœ… Saved 37877 rows to 'download_all_historical_rates'\n", "2025-12-22 15:23:49,149 - Processing cbk_batch_11_165300_forex_bureau_rates_sheet_DIRECTOR.csv...\n", "2025-12-22 15:23:49,778 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:50,261 - โœ… Saved 48 rows to 'forex_bureau_rates_sheet_director'\n", "2025-12-22 15:23:50,261 - Processing cbk_batch_11_165300_forex_bureau_rates_sheet_FBX1.csv...\n", "2025-12-22 15:23:50,915 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:51,470 - โœ… Saved 62 rows to 'forex_bureau_rates_sheet_fbx1'\n", "2025-12-22 15:23:51,470 - Processing cbk_batch_11_165300_forex_bureau_rates_sheet_FXB2.csv...\n", "2025-12-22 15:23:52,155 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:52,680 - โœ… Saved 49 rows to 'forex_bureau_rates_sheet_fxb2'\n", "2025-12-22 15:23:52,680 - Processing cbk_batch_11_165300_forex_bureau_rates_sheet_MARKET INTELLIGENCE.csv...\n", "2025-12-22 15:23:53,312 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:53,788 - โœ… Saved 48 rows to 'forex_bureau_rates_sheet_market_intelligence'\n", "2025-12-22 15:23:53,788 - Processing cbk_batch_11_165300_forex_bureau_rates_sheet_Sheet1.csv...\n", "2025-12-22 15:23:54,431 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:54,633 - โœ… Saved 58 rows to 'forex_bureau_rates_sheet_sheet1'\n", "2025-12-22 15:23:54,633 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_DIRECTOR.csv...\n", "2025-12-22 15:23:55,258 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:55,736 - โœ… Saved 40 rows to 'forex_bureaus_rates_sheet_director'\n", "2025-12-22 15:23:55,736 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_Director.csv...\n", "2025-12-22 15:23:56,346 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:56,770 - โœ… Saved 45 rows to 'forex_bureaus_rates_sheet_director'\n", "2025-12-22 15:23:56,771 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_FXB1.csv...\n", "2025-12-22 15:23:57,419 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:57,897 - โœ… Saved 36 rows to 'forex_bureaus_rates_sheet_fxb1'\n", "2025-12-22 15:23:57,897 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_FXB2.csv...\n", "2025-12-22 15:23:58,537 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:58,897 - โœ… Saved 32 rows to 'forex_bureaus_rates_sheet_fxb2'\n", "2025-12-22 15:23:58,898 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_MARKET INTELLIGENCE.csv...\n", "2025-12-22 15:23:59,511 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:23:59,982 - โœ… Saved 37 rows to 'forex_bureaus_rates_sheet_market_intelligence'\n", "2025-12-22 15:23:59,982 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_Market Intelligence.csv...\n", "2025-12-22 15:24:00,592 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:01,053 - โœ… Saved 44 rows to 'forex_bureaus_rates_sheet_market_intelligence'\n", "2025-12-22 15:24:01,053 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_Sheet1.csv...\n", "2025-12-22 15:24:01,701 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:02,138 - โœ… Saved 66 rows to 'forex_bureaus_rates_sheet_sheet1'\n", "2025-12-22 15:24:02,138 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_fxb1.csv...\n", "2025-12-22 15:24:02,778 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:03,295 - โœ… Saved 44 rows to 'forex_bureaus_rates_sheet_fxb1'\n", "2025-12-22 15:24:03,295 - Processing cbk_batch_11_165300_forex_bureaus_rates_sheet_fxb2.csv...\n", "2025-12-22 15:24:03,937 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:04,489 - โœ… Saved 34 rows to 'forex_bureaus_rates_sheet_fxb2'\n", "2025-12-22 15:24:04,489 - Processing cbk_batch_12_165428_forex_bureau_rates.csv...\n", "2025-12-22 15:24:04,889 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:05,050 - โœ… Saved 21 rows to 'forex_bureau_rates'\n", "2025-12-22 15:24:05,050 - Processing cbk_batch_12_165428_forex_bureau_rates_sheet_CHIEF DEALER.csv...\n", "2025-12-22 15:24:05,669 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:05,877 - โœ… Saved 48 rows to 'forex_bureau_rates_sheet_chief_dealer'\n", "2025-12-22 15:24:05,877 - Processing cbk_batch_12_165428_forex_bureau_rates_sheet_Chief dealer.csv...\n", "2025-12-22 15:24:06,493 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:07,024 - โœ… Saved 43 rows to 'forex_bureau_rates_sheet_chief_dealer'\n", "2025-12-22 15:24:07,025 - Processing cbk_batch_12_165428_forex_bureau_rates_sheet_DIRECTOR.csv...\n", "2025-12-22 15:24:07,638 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:08,213 - โœ… Saved 48 rows to 'forex_bureau_rates_sheet_director'\n", "2025-12-22 15:24:08,213 - Processing cbk_batch_12_165428_forex_bureau_rates_sheet_Director.csv...\n", "2025-12-22 15:24:08,828 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:09,317 - โœ… Saved 41 rows to 'forex_bureau_rates_sheet_director'\n", "2025-12-22 15:24:09,317 - Processing cbk_batch_12_165428_forex_bureau_rates_sheet_FXB1.csv...\n", "2025-12-22 15:24:09,965 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:10,332 - โœ… Saved 51 rows to 'forex_bureau_rates_sheet_fxb1'\n", "2025-12-22 15:24:10,332 - Processing cbk_batch_12_165428_forex_bureau_rates_sheet_FXB2.csv...\n", "2025-12-22 15:24:10,979 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:11,446 - โœ… Saved 51 rows to 'forex_bureau_rates_sheet_fxb2'\n", "2025-12-22 15:24:11,446 - Processing cbk_batch_12_165428_forex_bureau_rates_sheet_fxb1.csv...\n", "2025-12-22 15:24:12,085 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:12,609 - โœ… Saved 42 rows to 'forex_bureau_rates_sheet_fxb1'\n", "2025-12-22 15:24:12,610 - Processing cbk_batch_12_165428_forex_bureau_rates_sheet_fxb2.csv...\n", "2025-12-22 15:24:13,260 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:13,805 - โœ… Saved 37 rows to 'forex_bureau_rates_sheet_fxb2'\n", "2025-12-22 15:24:13,806 - Processing cbk_batch_13_165602_forex_bureaus_rates_sheet_CHIEF DEALERS.csv...\n", "2025-12-22 15:24:14,419 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:14,651 - โœ… Saved 47 rows to 'forex_bureaus_rates_sheet_chief_dealers'\n", "2025-12-22 15:24:14,651 - Processing cbk_batch_13_165602_forex_bureaus_rates_sheet_DIRECTORS.csv...\n", "2025-12-22 15:24:15,261 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:15,409 - โœ… Saved 47 rows to 'forex_bureaus_rates_sheet_directors'\n", "2025-12-22 15:24:15,410 - Processing cbk_batch_13_165602_forex_bureaus_rates_sheet_FXB1.csv...\n", "2025-12-22 15:24:16,057 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:16,576 - โœ… Saved 45 rows to 'forex_bureaus_rates_sheet_fxb1'\n", "2025-12-22 15:24:16,576 - Processing cbk_batch_13_165602_forex_bureaus_rates_sheet_FXB22.csv...\n", "2025-12-22 15:24:17,231 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:17,404 - โœ… Saved 45 rows to 'forex_bureaus_rates_sheet_fxb22'\n", "2025-12-22 15:24:17,404 - Processing cbk_batch_1_163801_forex_bureau_rates_sheet_Sheet1.csv...\n", "2025-12-22 15:24:18,047 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:18,460 - โœ… Saved 58 rows to 'forex_bureau_rates_sheet_sheet1'\n", "2025-12-22 15:24:18,460 - Processing cbk_batch_1_163801_forex_bureaus_rates_sheet_Director.csv...\n", "2025-12-22 15:24:19,075 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:19,532 - โœ… Saved 49 rows to 'forex_bureaus_rates_sheet_director'\n", "2025-12-22 15:24:19,532 - Processing cbk_batch_1_163801_forex_bureaus_rates_sheet_Market Intelligence.csv...\n", "2025-12-22 15:24:20,140 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:20,695 - โœ… Saved 48 rows to 'forex_bureaus_rates_sheet_market_intelligence'\n", "2025-12-22 15:24:20,695 - Processing cbk_batch_1_163801_forex_bureaus_rates_sheet_Sheet1.csv...\n", "2025-12-22 15:24:21,341 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:21,839 - โœ… Saved 66 rows to 'forex_bureaus_rates_sheet_sheet1'\n", "2025-12-22 15:24:21,840 - Processing cbk_batch_1_163801_forex_bureaus_rates_sheet_fxb1.csv...\n", "2025-12-22 15:24:22,479 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:23,184 - โœ… Saved 65 rows to 'forex_bureaus_rates_sheet_fxb1'\n", "2025-12-22 15:24:23,185 - Processing cbk_batch_1_163801_forex_bureaus_rates_sheet_fxb2.csv...\n", "2025-12-22 15:24:23,833 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:24,274 - โœ… Saved 50 rows to 'forex_bureaus_rates_sheet_fxb2'\n", "2025-12-22 15:24:24,275 - Processing cbk_batch_22_170858_cbk_indicative_rates.csv...\n", "2025-12-22 15:24:24,615 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:24,741 - โœ… Saved 21 rows to 'cbk_indicative_rates'\n", "2025-12-22 15:24:24,741 - Processing cbk_batch_31_172221_cbk_indicative_rates.csv...\n", "2025-12-22 15:24:25,089 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:25,442 - โœ… Saved 21 rows to 'cbk_indicative_rates'\n", "2025-12-22 15:24:25,442 - Processing cbk_batch_32_172348_cbk_indicative_rates.csv...\n", "2025-12-22 15:24:25,788 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:26,305 - โœ… Saved 21 rows to 'cbk_indicative_rates'\n", "2025-12-22 15:24:26,306 - Processing cbk_batch_32_172348_indicative_rates_sheet_Indicative.csv...\n", "2025-12-22 15:24:26,722 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:26,964 - โœ… Saved 26 rows to 'indicative_rates_sheet_indicative'\n", "2025-12-22 15:24:26,964 - Processing cbk_batch_32_172348_indicative_rates_sheet_PRESS.csv...\n", "2025-12-22 15:24:27,766 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:28,133 - โœ… Saved 31 rows to 'indicative_rates_sheet_press'\n", "2025-12-22 15:24:28,133 - Processing cbk_batch_36_173043_commercial_banks_average_lending_rates_-_september_sheet_Publication BSD.csv...\n", "2025-12-22 15:24:30,235 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:30,456 - โœ… Saved 45 rows to 'commercial_banks_average_lending_rates___september_sheet_pub'\n", "2025-12-22 15:24:30,456 - Processing cbk_batch_36_173043_commercial_banks_average_lending_rates_-_september_sheet_Sheet1.csv...\n", "2025-12-22 15:24:32,641 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:33,006 - โœ… Saved 45 rows to 'commercial_banks_average_lending_rates___september_sheet_she'\n", "2025-12-22 15:24:33,006 - Processing cbk_batch_36_173043_commercial_banks_average_lending_rates_2015_csv.csv...\n", "2025-12-22 15:24:35,095 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:35,490 - โœ… Saved 53 rows to 'commercial_banks_average_lending_rates_2015_csv'\n", "2025-12-22 15:24:35,490 - Processing cbk_batch_36_173043_commercial_banks_average_lending_rates_march_2016_.csv...\n", "2025-12-22 15:24:36,384 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:36,391 - โŒ SQL Error: Column must be constructed with a non-blank name or assign a non-blank .name before adding to a Table.\n", "2025-12-22 15:24:36,391 - Processing cbk_batch_36_173043_commercial_banksaverage_lending_rates_2015.csv...\n", "2025-12-22 15:24:38,723 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:39,128 - โœ… Saved 53 rows to 'commercial_banksaverage_lending_rates_2015'\n", "2025-12-22 15:24:39,129 - โฉ Skipping cbk_batch_48_175042_lcr_return_template_sheet_1. HQLA.csv (Blacklisted)\n", "2025-12-22 15:24:39,129 - โฉ Skipping cbk_batch_48_175042_lcr_return_template_sheet_2.Outflows.csv (Blacklisted)\n", "2025-12-22 15:24:39,129 - โฉ Skipping cbk_batch_48_175042_lcr_return_template_sheet_3.Inflows.csv (Blacklisted)\n", "2025-12-22 15:24:39,129 - โฉ Skipping cbk_batch_48_175042_lcr_return_template_sheet_4.LCR calculation.csv (Blacklisted)\n", "2025-12-22 15:24:39,129 - Processing cbk_batch_48_175042_lr_return_template_sheet_LR.csv...\n", "2025-12-22 15:24:39,573 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 15:24:39,783 - โœ… Saved 44 rows to 'lr_return_template_sheet_lr'\n", "2025-12-22 15:24:39,783 - Processing cbk_batch_48_175042_nsfr_return_template_sheet_NSFR.csv...\n", "2025-12-22 15:24:41,061 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:41,449 - โœ… Saved 46 rows to 'nsfr_return_template_sheet_nsfr'\n", "2025-12-22 15:24:41,449 - Processing cbk_batch_9_164959_forex_bureaus_rates_sheet_Director.csv...\n", "2025-12-22 15:24:42,076 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:42,713 - โœ… Saved 49 rows to 'forex_bureaus_rates_sheet_director'\n", "2025-12-22 15:24:42,713 - Processing cbk_batch_9_164959_forex_bureaus_rates_sheet_Market Intelligence.csv...\n", "2025-12-22 15:24:43,346 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:43,827 - โœ… Saved 48 rows to 'forex_bureaus_rates_sheet_market_intelligence'\n", "2025-12-22 15:24:43,827 - Processing cbk_batch_9_164959_forex_bureaus_rates_sheet_fxb1.csv...\n", "2025-12-22 15:24:44,350 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:45,572 - โœ… Saved 70 rows to 'forex_bureaus_rates_sheet_fxb1'\n", "2025-12-22 15:24:45,572 - Processing cbk_batch_9_164959_forex_bureaus_rates_sheet_fxb2.csv...\n", "2025-12-22 15:24:46,199 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "/users/tligawa/mshauri-fedha/src/transform/structure_data.py:280: 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[c] = df[c].apply(lambda x: pd.to_numeric(str(x).replace(',', '').replace('(', '-').replace(')', ''), errors='ignore'))\n", "2025-12-22 15:24:46,882 - โœ… Saved 52 rows to 'forex_bureaus_rates_sheet_fxb2'\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "โœ… Done.\n", "๐Ÿ“Š Created 65 tables.\n" ] } ], "source": [ "# Process files\n", "# process_cbk_files(\"mshauri-fedha/data/cbk/structured\")" ] }, { "cell_type": "code", "execution_count": 7, "id": "30e68bef-c053-465a-9efe-fe728468435e", "metadata": {}, "outputs": [], "source": [ "import ipywidgets as widgets\n", "from IPython.display import display, clear_output\n", "from sqlalchemy import create_engine" ] }, { "cell_type": "code", "execution_count": 8, "id": "0335a6cd-032e-49d2-855e-e7ab1d41b80c", "metadata": {}, "outputs": [], "source": [ "# Setup Connection\n", "engine = create_engine(\"sqlite:///mshauri_fedha_v6.db\")\n", "\n", "# Get Table List\n", "try:\n", " tables = pd.read_sql(\"SELECT name FROM sqlite_master WHERE type='table' ORDER BY name\", engine)\n", " table_list = tables['name'].tolist()\n", "except:\n", " table_list = []\n", " print(\"โŒ Could not read database. Check DB_NAME path.\")" ] }, { "cell_type": "code", "execution_count": 9, "id": "3fda1317-2305-4405-8970-9ede381329c8", "metadata": {}, "outputs": [], "source": [ "# Create Widgets\n", "dropdown = widgets.Dropdown(\n", " options=table_list,\n", " description='Select Table:',\n", " disabled=False,\n", ")\n", "\n", "out = widgets.Output()" ] }, { "cell_type": "code", "execution_count": 10, "id": "b9a4a400-d2e3-4326-b053-0bb649661c64", "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "7954405dd6174df3b37aaf12fe923dc3", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Dropdown(description='Select Table:', options=('annual_gdp', 'cbk_indicative_exchange_rates_2003', 'cbk_indicaโ€ฆ" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "25987682e2644f9a96c09557c722bb43", "version_major": 2, "version_minor": 0 }, "text/plain": [ "Output()" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# Define Logic to observe tables\n", "def on_table_change(change):\n", " if change['type'] == 'change' and change['name'] == 'value':\n", " table_name = change['new']\n", " with out:\n", " clear_output() # Clear previous result\n", " print(f\"Loading '{table_name}'...\")\n", " try:\n", " # Get schema info\n", " df_head = pd.read_sql(f'SELECT * FROM \"{table_name}\" LIMIT 25', engine)\n", " df_count = pd.read_sql(f'SELECT COUNT(*) as count FROM \"{table_name}\"', engine).iloc[0]['count']\n", " \n", " print(f\"โœ… Total Rows: {df_count}\")\n", " display(df_head)\n", " except Exception as e:\n", " print(f\"Error loading table: {e}\")\n", "\n", "# Display UI\n", "dropdown.observe(on_table_change)\n", "display(dropdown, out)\n", "\n", "# Trigger first load if tables exist\n", "if table_list:\n", " dropdown.value = table_list[0]" ] }, { "cell_type": "code", "execution_count": 5, "id": "1c7522df-50a1-4e52-ba2e-857dbe698fee", "metadata": {}, "outputs": [], "source": [ "import logging\n", "from load.clean_db import clean_database_pipeline" ] }, { "cell_type": "code", "execution_count": 13, "id": "b5e72936-c896-461c-8afa-3b2ccddc69d8", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 15:58:29,433 - ๐Ÿงน Starting cleanup on mshauri_fedha_v6.db...\n", "2025-12-22 15:58:29,497 - ๐Ÿ—‘๏ธ Dropping 17 tables...\n", "2025-12-22 15:58:29,575 - - Dropped: bop_annual\n", "2025-12-22 15:58:30,071 - - Dropped: depository_corporation_survey\n", "2025-12-22 15:58:30,272 - - Dropped: exchange_rates_end_period\n", "2025-12-22 15:58:30,397 - - Dropped: exchange_rates_period_average\n", "2025-12-22 15:58:30,510 - - Dropped: forex_bureau_rates_sheet_fbx2\n", "2025-12-22 15:58:30,682 - - Dropped: forex_bureau_rates_sheet_fbx1\n", "2025-12-22 15:58:30,804 - - Dropped: forex_bureau_rates_sheet_market_intelligence\n", "2025-12-22 15:58:30,920 - - Dropped: forex_bureau_rates_sheet_chief_dealer\n", "2025-12-22 15:58:31,089 - - Dropped: forex_bureau_rates_sheet_director\n", "2025-12-22 15:58:31,196 - - Dropped: forex_bureau_rates_sheet_fxb1\n", "2025-12-22 15:58:31,325 - - Dropped: forex_bureau_rates_sheet_fxb2\n", "2025-12-22 15:58:31,437 - - Dropped: forex_bureau_rates_sheet_sheet1\n", "2025-12-22 15:58:31,604 - - Dropped: commercial_banks_average_lending_rates___september_sheet_pub\n", "2025-12-22 15:58:31,725 - - Dropped: commercial_banks_average_lending_rates___september_sheet_she\n", "2025-12-22 15:58:31,792 - - Dropped: commercial_banks_average_lending_rates_2015_csv\n", "2025-12-22 15:58:31,878 - - Dropped: lr_return_template_sheet_lr\n", "2025-12-22 15:58:31,988 - - Dropped: nsfr_return_template_sheet_nsfr\n", "2025-12-22 15:58:31,989 - ๐Ÿ”ง Running specific table fixes...\n", "2025-12-22 15:58:33,561 - โœ… Fixed 'download_all_historical_rates': 37877 rows\n", "2025-12-22 15:58:34,261 - โœ… Fixed 'foreign_trade_summary': 324 rows\n", "2025-12-22 15:58:34,707 - โœ… Fixed 'forex_bureau_rates': 21 rows\n", "2025-12-22 15:58:35,161 - โœ… Fixed 'indicative_rates_sheet_indicative': 26 rows\n", "2025-12-22 15:58:35,225 - โŒ Error cleaning 'indicative_rates_sheet_press': A column with name 'bank_name' is already present in table 'indicative_rates_sheet_press'.\n", "2025-12-22 15:58:35,732 - โœ… Fixed 'value_of_selected_domestic_exports': 324 rows\n", "2025-12-22 15:58:36,252 - โœ… Fixed 'value_of_direct_imports_by_commodities': 324 rows\n", "2025-12-22 15:58:36,252 - โœจ Cleanup Complete.\n" ] } ], "source": [ "# Configure Logging to see output in the notebook\n", "logging.basicConfig(\n", " level=logging.INFO, \n", " format='%(asctime)s - %(message)s',\n", " stream=sys.stdout,\n", " force=True # Ensures notebook captures the logs\n", ")\n", "\n", "# Run the pipeline\n", "DB_NAME = \"mshauri_fedha_v6.db\" \n", "\n", "clean_database_pipeline(DB_NAME)" ] }, { "cell_type": "code", "execution_count": 14, "id": "f6eebeb1-afce-419a-b00c-97d409947447", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "๐Ÿ“Š Verifying 'foreign_trade_summary' (Should have dropped 1 row):\n" ] }, { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
kenya_shillings_million_yearmonthcommercial_imports_cifgovernment_imports_ciftotal_direct_imports_cifdomestic_fobre_exports_fobtotal_fobtrade_balancesource_file
01998814,786.66736.3415,522.998,642.42506.749,149.16-6,373.83cbk_batch_103_191322_foreign_trade_summary.csv
11998916,438.24511.1116,949.359,222.37639.039,861.40-7,087.95cbk_batch_103_191322_foreign_trade_summary.csv
219981016,189.14980.9317,170.079,310.95572.669,883.61-7,286.46cbk_batch_103_191322_foreign_trade_summary.csv
319981113,424.42395.2413,819.658,633.71455.179,088.89-4,730.77cbk_batch_103_191322_foreign_trade_summary.csv
419981217,529.81516.1318,045.949,079.32517.339,596.66-8,449.28cbk_batch_103_191322_foreign_trade_summary.csv
\n", "
" ], "text/plain": [ " kenya_shillings_million_year month commercial_imports_cif \\\n", "0 1998 8 14,786.66 \n", "1 1998 9 16,438.24 \n", "2 1998 10 16,189.14 \n", "3 1998 11 13,424.42 \n", "4 1998 12 17,529.81 \n", "\n", " government_imports_cif total_direct_imports_cif domestic_fob re_exports_fob \\\n", "0 736.34 15,522.99 8,642.42 506.74 \n", "1 511.11 16,949.35 9,222.37 639.03 \n", "2 980.93 17,170.07 9,310.95 572.66 \n", "3 395.24 13,819.65 8,633.71 455.17 \n", "4 516.13 18,045.94 9,079.32 517.33 \n", "\n", " total_fob trade_balance source_file \n", "0 9,149.16 -6,373.83 cbk_batch_103_191322_foreign_trade_summary.csv \n", "1 9,861.40 -7,087.95 cbk_batch_103_191322_foreign_trade_summary.csv \n", "2 9,883.61 -7,286.46 cbk_batch_103_191322_foreign_trade_summary.csv \n", "3 9,088.89 -4,730.77 cbk_batch_103_191322_foreign_trade_summary.csv \n", "4 9,596.66 -8,449.28 cbk_batch_103_191322_foreign_trade_summary.csv " ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "\n", "๐Ÿ“Š Verifying 'indicative_rates_sheet_press' (Should have 'bank_name', 'usd_buy'...):\n" ] }, { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
datecurrencybuy_rate_usdsell_rate_usdmargin_usdbuy_rate_gbpsell_rate_gbpmargin_gbpbuy_rate_eursell_rate_eurmargin_eurbank_nametotal_marginnotesextra_datasource_file
0A B C103.60000000000001103.800.2136.74137.020.28121.91122.150.24cbk_batch_32_172348_indicative_rates_sheet_PRE...
1EQUITY103.5103.700.2136.65136.950.30121.92122.170.25cbk_batch_32_172348_indicative_rates_sheet_PRE...
2I & M103.60000000000001103.800.2136.74137.020.28121.91122.160.25cbk_batch_32_172348_indicative_rates_sheet_PRE...
3DIAMOND TRUST103.56103.760.2136.68136.970.29121.85000000000001122.130.28cbk_batch_32_172348_indicative_rates_sheet_PRE...
4N I C103.65103.850.2136.8137.070.27121.85000000000001122.090.24cbk_batch_32_172348_indicative_rates_sheet_PRE...
\n", "
" ], "text/plain": [ " date currency buy_rate_usd sell_rate_usd margin_usd \\\n", "0 A B C 103.60000000000001 103.80 0.2 136.74 \n", "1 EQUITY 103.5 103.70 0.2 136.65 \n", "2 I & M 103.60000000000001 103.80 0.2 136.74 \n", "3 DIAMOND TRUST 103.56 103.76 0.2 136.68 \n", "4 N I C 103.65 103.85 0.2 136.8 \n", "\n", " buy_rate_gbp sell_rate_gbp margin_gbp buy_rate_eur \\\n", "0 137.02 0.28 121.91 122.15 \n", "1 136.95 0.30 121.92 122.17 \n", "2 137.02 0.28 121.91 122.16 \n", "3 136.97 0.29 121.85000000000001 122.13 \n", "4 137.07 0.27 121.85000000000001 122.09 \n", "\n", " sell_rate_eur margin_eur bank_name total_margin notes extra_data \\\n", "0 0.24 \n", "1 0.25 \n", "2 0.25 \n", "3 0.28 \n", "4 0.24 \n", "\n", " source_file \n", "0 cbk_batch_32_172348_indicative_rates_sheet_PRE... \n", "1 cbk_batch_32_172348_indicative_rates_sheet_PRE... \n", "2 cbk_batch_32_172348_indicative_rates_sheet_PRE... \n", "3 cbk_batch_32_172348_indicative_rates_sheet_PRE... \n", "4 cbk_batch_32_172348_indicative_rates_sheet_PRE... " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from sqlalchemy import text\n", "\n", "engine = create_engine(f\"sqlite:///{DB_NAME}\")\n", "\n", "print(\"๐Ÿ“Š Verifying 'foreign_trade_summary' (Should have dropped 1 row):\")\n", "df = pd.read_sql('SELECT * FROM \"foreign_trade_summary\" LIMIT 5', engine)\n", "display(df)\n", "\n", "print(\"\\n๐Ÿ“Š Verifying 'indicative_rates_sheet_press' (Should have 'bank_name', 'usd_buy'...):\")\n", "df = pd.read_sql('SELECT * FROM \"indicative_rates_sheet_press\" LIMIT 5', engine)\n", "display(df)" ] }, { "cell_type": "code", "execution_count": 6, "id": "0e16365b-3732-4ab5-af8a-f2f696697cb4", "metadata": {}, "outputs": [], "source": [ "from load.clean_db import drop_tables, fix_foreign_trade, fix_indicative_rates_shift, fix_cbk_indicative_swap" ] }, { "cell_type": "code", "execution_count": 20, "id": "1ee6ec2f-a920-4d98-a32b-dac7a4b9f50a", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "๐Ÿ”ง Starting Clean-Up on mshauri_fedha_v6.db...\n", "\n", "๐Ÿ—‘๏ธ Dropping Tables...\n", " - Dropped: forex_bureau_rates\n", " - Dropped: forex_bureaus_rates_sheet_chief_dealers\n", " - Dropped: forex_bureaus_rates_sheet_director\n", " - Dropped: forex_bureaus_rates_sheet_directors\n", " - Dropped: forex_bureaus_rates_sheet_fbx\n", " - Dropped: forex_bureaus_rates_sheet_fbx1\n", " - Dropped: forex_bureaus_rates_sheet_fbx2\n", " - Dropped: forex_bureaus_rates_sheet_fxb1\n", " - Dropped: forex_bureaus_rates_sheet_fxb2\n", " - Dropped: forex_bureaus_rates_sheet_fxb22\n", " - Dropped: forex_bureaus_rates_sheet_market_intelligence\n", " - Dropped: forex_bureaus_rates_sheet_sheet1\n", " - Dropped: forex_bureaus_rates_sheet_sheet2\n", " - Dropped: forex_bureaus_rates_sheet_sheet3\n", " - Dropped: forex_bureaus_rates_sheet_sheet4\n", " - Dropped: issues_of_treasury_bills\n", " - Dropped: issues_of_treasury_bonds\n", "โ„น๏ธ 'foreign_trade_summary': Target column not found.\n", "โœ… Fixed 'indicative_rates_sheet_indicative': Applied Date Shift & Header Rename.\n", "โœ… Fixed 'indicative_rates_sheet_press': Applied Date Shift & Header Rename.\n", "โœ… Fixed 'cbk_indicative_rates': Swapped 'date' <-> 'currency'.\n", "\n", "โœจ Operations Complete.\n" ] } ], "source": [ "# --- CONFIGURATION ---\n", "DB_NAME = \"mshauri_fedha_v6.db\"\n", "DB_CONNECTION = f\"sqlite:///{DB_NAME}\"\n", "engine = create_engine(DB_CONNECTION)\n", "\n", "# Setup logging\n", "logging.basicConfig(level=logging.INFO, format='%(message)s')\n", "logger = logging.getLogger()\n", "\n", "\n", "# --- EXECUTION ---\n", "print(f\"๐Ÿ”ง Starting Clean-Up on {DB_NAME}...\\n\")\n", "\n", "drop_tables(engine)\n", "fix_foreign_trade(engine)\n", "fix_indicative_rates_shift(engine)\n", "fix_cbk_indicative_swap(engine)\n", "\n", "print(\"\\nโœจ Operations Complete.\")" ] }, { "cell_type": "code", "execution_count": 25, "id": "83a10916-14f0-48fd-911b-30a754a44f57", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "๐Ÿ”ง Connecting to mshauri_fedha_v6.db...\n", " ๐Ÿ—‘๏ธ Dropped table: indicative_rates_sheet_indicative\n", " ๐Ÿ—‘๏ธ Dropped table: commercial_banksaverage_lending_rates_2015\n", " โœ… Renamed 'kenya_shillings_million_year' to 'year' in 'foreign_trade_summary'\n", "\n", "โœจ Done.\n" ] } ], "source": [ "# Connect to Database\n", "db_name = \"mshauri_fedha_v6.db\"\n", "engine = create_engine(f\"sqlite:///{db_name}\")\n", "\n", "print(f\"๐Ÿ”ง Connecting to {db_name}...\")\n", "\n", "# Drop the specific tables\n", "with engine.connect() as conn:\n", " tables_to_drop = [\n", " \"indicative_rates_sheet_indicative\",\n", " \"commercial_banksaverage_lending_rates_2015\"\n", " ]\n", " \n", " for t in tables_to_drop:\n", " conn.execute(text(f'DROP TABLE IF EXISTS \"{t}\"'))\n", " print(The total value of commodity tea exports in 1998 was 2,774.28 million.'f\" ๐Ÿ—‘๏ธ Dropped table: {t}\")\n", " \n", " conn.commit()\n", "\n", "# Rename column in 'foreign_trade_summary'\n", "try:\n", " # Read the table\n", " df = pd.read_sql('SELECT * FROM \"foreign_trade_summary\"', engine)\n", " \n", " # Check if the target column exists\n", " target_col = \"kenya_shillings_million_year\"\n", " if target_col in df.columns:\n", " # Rename\n", " df.rename(columns={target_col: \"year\"}, inplace=True)\n", " \n", " # Save back (Overwriting the old table)\n", " df.to_sql(\"foreign_trade_summary\", engine, if_exists=\"replace\", index=False)\n", " print(f\" โœ… Renamed '{target_col}' to 'year' in 'foreign_trade_summary'\")\n", " else:\n", " print(f\" โ„น๏ธ Column '{target_col}' not found in 'foreign_trade_summary'. It might be renamed already.\")\n", "\n", "except Exception as e:\n", " print(f\" โŒ Error updating foreign_trade_summary: {e}\")\n", "\n", "print(\"\\nโœจ Done.\")" ] }, { "cell_type": "code", "execution_count": 35, "id": "6e8400e3-d7ed-4265-85dd-276fe0d355c8", "metadata": {}, "outputs": [], "source": [ "from transform.get_csv_from_md import ingest_knbs_data" ] }, { "cell_type": "code", "execution_count": 36, "id": "058c82e5-c034-4daf-ba2f-afa5fdf46ef1", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:06,321 - โœ… Ollama connected.\n", "2025-12-22 16:29:06,879 - ๐Ÿš€ Found 574 KNBS markdown files (Recursive Scan). Starting ingestion...\n", "2025-12-22 16:29:06,879 - ๐Ÿ“„ Processing knbs_batch_100_194427_kenya-quarterly-gross-domestic-product-first-quart.md...\n", "2025-12-22 16:29:06,907 - found 4 tables.\n", "2025-12-22 16:29:19,463 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:19,604 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab0 (19 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:20,468 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:20,599 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab1 (26 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:21,912 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:22,064 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab2 (26 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:23,389 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:23,570 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab3 (27 rows)\n", "2025-12-22 16:29:23,571 - ๐Ÿ“„ Processing knbs_batch_100_194427_kenya-quarterly-gross-domestic-product-first-secon.md...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:23,599 - found 5 tables.\n", "2025-12-22 16:29:23,843 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:24,163 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab0 (3 rows)\n", "2025-12-22 16:29:24,872 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:25,204 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab1 (27 rows)\n", "2025-12-22 16:29:31,355 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:31,766 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab2 (24 rows)\n", "2025-12-22 16:29:32,958 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:33,291 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab3 (30 rows)\n", "2025-12-22 16:29:34,536 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:34,681 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab4 (27 rows)\n", "2025-12-22 16:29:34,682 - ๐Ÿ“„ Processing knbs_batch_100_194427_kenya-quarterly-gross-domestic-product-second-quar.md...\n", "2025-12-22 16:29:34,703 - found 5 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:35,400 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:35,759 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab0 (22 rows)\n", "2025-12-22 16:29:36,563 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:36,832 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab1 (22 rows)\n", "2025-12-22 16:29:37,556 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:37,857 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab2 (22 rows)\n", "2025-12-22 16:29:38,628 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:38,986 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab3 (22 rows)\n", "2025-12-22 16:29:39,794 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:40,149 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab4 (22 rows)\n", "2025-12-22 16:29:40,149 - ๐Ÿ“„ Processing knbs_batch_100_194427_kenya-quarterly-gross-domestic-product-third-quart.md...\n", "2025-12-22 16:29:40,166 - found 5 tables.\n", "2025-12-22 16:29:40,401 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:40,784 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab0 (3 rows)\n", "2025-12-22 16:29:41,483 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:41,874 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab1 (28 rows)\n", "2025-12-22 16:29:50,765 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:51,317 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab2 (12 rows)\n", "2025-12-22 16:29:52,879 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:53,629 - -> Saved table: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab3 (28 rows)\n", "2025-12-22 16:29:53,630 - ๐Ÿ“„ Processing knbs_batch_100_194427_producer_price_index_-_first_quarter_2020.md...\n", "2025-12-22 16:29:53,649 - found 3 tables.\n", "2025-12-22 16:29:54,045 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:54,208 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab0 (22 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:54,532 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:54,831 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab1 (15 rows)\n", "2025-12-22 16:29:55,525 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:29:55,710 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab2 (9 rows)\n", "2025-12-22 16:29:55,710 - ๐Ÿ“„ Processing knbs_batch_100_194427_producer_price_index_-_fourth_quarter_2019.md...\n", "2025-12-22 16:29:55,726 - found 4 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:56,087 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:56,541 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab0 (25 rows)\n", "2025-12-22 16:29:56,854 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:58,100 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab1 (14 rows)\n", "2025-12-22 16:29:58,847 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:29:59,346 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab2 (6 rows)\n", "2025-12-22 16:29:59,921 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:00,088 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab3 (26 rows)\n", "2025-12-22 16:30:00,088 - ๐Ÿ“„ Processing knbs_batch_100_194427_producer_price_index_-_fourth_quarter_2020.md...\n", "2025-12-22 16:30:00,106 - found 5 tables.\n", "2025-12-22 16:30:00,422 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:00,797 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab0 (12 rows)\n", "2025-12-22 16:30:01,507 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:01,814 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab1 (4 rows)\n", "2025-12-22 16:30:02,417 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:02,716 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab2 (4 rows)\n", "2025-12-22 16:30:03,081 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:03,398 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab3 (25 rows)\n", "2025-12-22 16:30:03,976 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:04,146 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab4 (23 rows)\n", "2025-12-22 16:30:04,146 - ๐Ÿ“„ Processing knbs_batch_100_194427_producer_price_index_-_second_quarter_2020.md...\n", "2025-12-22 16:30:04,168 - found 4 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:04,491 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:04,910 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab0 (15 rows)\n", "2025-12-22 16:30:05,356 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:05,683 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab1 (23 rows)\n", "2025-12-22 16:30:06,256 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:06,598 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab2 (22 rows)\n", "2025-12-22 16:30:07,399 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:07,741 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab3 (5 rows)\n", "2025-12-22 16:30:07,741 - ๐Ÿ“„ Processing knbs_batch_100_194427_producer_price_index_-_third_quarter_2019.md...\n", "2025-12-22 16:30:07,757 - found 3 tables.\n", "2025-12-22 16:30:08,121 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:08,492 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab0 (29 rows)\n", "2025-12-22 16:30:08,905 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:09,252 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab1 (13 rows)\n", "2025-12-22 16:30:09,889 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:10,169 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab2 (5 rows)\n", "2025-12-22 16:30:10,170 - ๐Ÿ“„ Processing knbs_batch_100_194427_producer_price_index_-_third_quarter_2020.md...\n", "2025-12-22 16:30:10,194 - found 3 tables.\n", "2025-12-22 16:30:10,525 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:10,902 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab0 (15 rows)\n", "2025-12-22 16:30:11,304 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:11,597 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab1 (22 rows)\n", "2025-12-22 16:30:12,249 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:12,539 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab2 (22 rows)\n", "2025-12-22 16:30:12,540 - ๐Ÿ“„ Processing knbs_batch_100_194427_producer_price_index_rebased_report_2020.md...\n", "2025-12-22 16:30:12,562 - found 11 tables.\n", "2025-12-22 16:30:12,810 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:13,127 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab0 (24 rows)\n", "2025-12-22 16:30:13,363 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:13,632 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab1 (10 rows)\n", "2025-12-22 16:30:13,882 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:14,182 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab2 (3 rows)\n", "2025-12-22 16:30:14,514 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:14,783 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab3 (6 rows)\n", "2025-12-22 16:30:15,091 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:15,388 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab4 (17 rows)\n", "2025-12-22 16:30:15,657 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:15,753 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab5 (8 rows)\n", "2025-12-22 16:30:15,984 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:16,081 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab6 (8 rows)\n", "2025-12-22 16:30:16,350 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:16,453 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab7 (7 rows)\n", "2025-12-22 16:30:16,749 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:16,884 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab8 (12 rows)\n", "2025-12-22 16:30:17,386 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:17,598 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab9 (22 rows)\n", "2025-12-22 16:30:18,294 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:18,535 - -> Saved table: knbs_knbs_batch_100_194427_producer_price_ind_tab10 (48 rows)\n", "2025-12-22 16:30:18,535 - ๐Ÿ“„ Processing knbs_batch_100_194427_quarterly-gross-domestic-product-report-first-quar.md...\n", "2025-12-22 16:30:18,557 - found 6 tables.\n", "2025-12-22 16:30:18,791 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:18,985 - -> Saved table: knbs_knbs_batch_100_194427_quarterly_gross_do_tab0 (2 rows)\n", "2025-12-22 16:30:19,691 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:19,894 - -> Saved table: knbs_knbs_batch_100_194427_quarterly_gross_do_tab1 (21 rows)\n", "2025-12-22 16:30:20,735 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:20,850 - -> Saved table: knbs_knbs_batch_100_194427_quarterly_gross_do_tab2 (25 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:21,499 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:21,680 - -> Saved table: knbs_knbs_batch_100_194427_quarterly_gross_do_tab3 (22 rows)\n", "2025-12-22 16:30:22,761 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:22,889 - -> Saved table: knbs_knbs_batch_100_194427_quarterly_gross_do_tab4 (21 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:23,511 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:23,657 - -> Saved table: knbs_knbs_batch_100_194427_quarterly_gross_do_tab5 (18 rows)\n", "2025-12-22 16:30:23,657 - ๐Ÿ“„ Processing knbs_batch_101_194432_kenya-quarterly-gross-domestic-product-first-quart.md...\n", "2025-12-22 16:30:23,666 - ๐Ÿ“„ Processing knbs_batch_101_194432_kenya-quarterly-gross-domestic-product-revision-20.md...\n", "2025-12-22 16:30:23,690 - found 14 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:24,246 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:24,382 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab0 (41 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:24,934 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:25,108 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab1 (40 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:25,651 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:25,823 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab2 (42 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:26,443 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:26,585 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab3 (58 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:27,156 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:27,347 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab4 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:27,926 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:28,047 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab5 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:28,638 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:28,782 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab6 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:29,377 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:29,538 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab7 (8 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:30,093 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:30,266 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab8 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:30,826 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:31,000 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab9 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:31,585 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:31,690 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab10 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:32,280 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:32,436 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab11 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:33,035 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:33,180 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab12 (21 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:33,844 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:33,937 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab13 (17 rows)\n", "2025-12-22 16:30:33,937 - ๐Ÿ“„ Processing knbs_batch_101_194432_kenya-quarterly-gross-domestic-product-second-quar.md...\n", "2025-12-22 16:30:33,960 - found 4 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:34,685 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:35,015 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab0 (26 rows)\n", "2025-12-22 16:30:35,868 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:36,230 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab1 (27 rows)\n", "2025-12-22 16:30:36,953 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:37,275 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab2 (14 rows)\n", "2025-12-22 16:30:38,631 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:38,945 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab3 (27 rows)\n", "2025-12-22 16:30:38,945 - ๐Ÿ“„ Processing knbs_batch_101_194432_kenya-quarterly-gross-domestic-product-third-quart.md...\n", "2025-12-22 16:30:38,973 - found 4 tables.\n", "2025-12-22 16:30:39,704 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:40,007 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab0 (20 rows)\n", "2025-12-22 16:30:40,828 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:41,180 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab1 (34 rows)\n", "2025-12-22 16:30:41,858 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:42,143 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab2 (28 rows)\n", "2025-12-22 16:30:43,387 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:43,705 - -> Saved table: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab3 (30 rows)\n", "2025-12-22 16:30:43,705 - ๐Ÿ“„ Processing knbs_batch_101_194432_quarterly_gross_domestic_product-_first_quarter_20.md...\n", "2025-12-22 16:30:43,720 - found 1 tables.\n", "2025-12-22 16:30:46,786 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:46,789 - โŒ Failed knbs_batch_101_194432_quarterly_gross_domestic_product-_first_quarter_20.md: A column with name 'ksh_million' is already present in table 'knbs_knbs_batch_101_194432_quarterly_gross_do_tab0'.\n", "2025-12-22 16:30:46,789 - ๐Ÿ“„ Processing knbs_batch_101_194432_quarterly_gross_domestic_product-_second_quarter_2.md...\n", "2025-12-22 16:30:46,799 - found 2 tables.\n", "2025-12-22 16:30:47,868 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:48,023 - -> Saved table: knbs_knbs_batch_101_194432_quarterly_gross_do_tab0 (16 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:49,069 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:49,405 - -> Saved table: knbs_knbs_batch_101_194432_quarterly_gross_do_tab1 (28 rows)\n", "2025-12-22 16:30:49,406 - ๐Ÿ“„ Processing knbs_batch_101_194432_quarterly_gross_domestic_product-_third_quarter_20.md...\n", "2025-12-22 16:30:49,427 - found 1 tables.\n", "2025-12-22 16:30:50,659 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:51,301 - -> Saved table: knbs_knbs_batch_101_194432_quarterly_gross_do_tab0 (28 rows)\n", "2025-12-22 16:30:51,301 - ๐Ÿ“„ Processing knbs_batch_101_194432_quarterly_gross_domestic_product-second_quarter_20.md...\n", "2025-12-22 16:30:51,320 - found 3 tables.\n", "2025-12-22 16:30:52,046 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:52,800 - -> Saved table: knbs_knbs_batch_101_194432_quarterly_gross_do_tab0 (27 rows)\n", "2025-12-22 16:30:53,659 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:54,202 - -> Saved table: knbs_knbs_batch_101_194432_quarterly_gross_do_tab1 (27 rows)\n", "2025-12-22 16:30:57,154 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:57,160 - โŒ Failed knbs_batch_101_194432_quarterly_gross_domestic_product-second_quarter_20.md: A column with name 'quarter' is already present in table 'knbs_knbs_batch_101_194432_quarterly_gross_do_tab2'.\n", "2025-12-22 16:30:57,160 - ๐Ÿ“„ Processing knbs_batch_102_194437_kenya-quarterly-balance-of-payment-and-internation.md...\n", "2025-12-22 16:30:57,185 - found 8 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:58,067 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:58,228 - -> Saved table: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab0 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:30:58,962 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:30:59,107 - -> Saved table: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab1 (33 rows)\n", "2025-12-22 16:30:59,890 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:00,038 - -> Saved table: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab2 (19 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:01,031 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:01,154 - -> Saved table: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab3 (35 rows)\n", "2025-12-22 16:31:02,767 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:02,944 - -> Saved table: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab4 (76 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:03,474 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:03,638 - -> Saved table: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab5 (42 rows)\n", "2025-12-22 16:31:04,070 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:04,218 - -> Saved table: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab6 (49 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:04,725 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:04,843 - -> Saved table: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab7 (36 rows)\n", "2025-12-22 16:31:04,843 - ๐Ÿ“„ Processing knbs_batch_102_194437_quarterly_gross_domestic_product_-_first__second_q.md...\n", "2025-12-22 16:31:04,872 - found 4 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:05,164 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:05,505 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab0 (3 rows)\n", "2025-12-22 16:31:06,245 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:06,464 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab1 (27 rows)\n", "2025-12-22 16:31:07,261 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:07,525 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab2 (26 rows)\n", "2025-12-22 16:31:10,646 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:10,656 - โŒ Failed knbs_batch_102_194437_quarterly_gross_domestic_product_-_first__second_q.md: A column with name 'year' is already present in table 'knbs_knbs_batch_102_194437_quarterly_gross_do_tab3'.\n", "2025-12-22 16:31:10,657 - ๐Ÿ“„ Processing knbs_batch_102_194437_quarterly_gross_domestic_product_-_first_quarter_2.md...\n", "2025-12-22 16:31:10,675 - found 6 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n", ":39: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:11,390 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:11,748 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab0 (27 rows)\n", "2025-12-22 16:31:12,608 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:13,024 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab1 (31 rows)\n", "2025-12-22 16:31:13,750 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:14,157 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab2 (26 rows)\n", "2025-12-22 16:31:14,907 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:15,047 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab3 (6 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:15,727 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:15,852 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab4 (25 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:16,653 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:16,764 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab5 (26 rows)\n", "2025-12-22 16:31:16,764 - ๐Ÿ“„ Processing knbs_batch_102_194437_quarterly_gross_domestic_product_-_revision_2018.md...\n", "2025-12-22 16:31:16,792 - found 14 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:17,340 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:17,677 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab0 (40 rows)\n", "2025-12-22 16:31:18,298 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:18,608 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab1 (41 rows)\n", "2025-12-22 16:31:19,154 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:19,469 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab2 (42 rows)\n", "2025-12-22 16:31:20,159 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:20,587 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab3 (59 rows)\n", "2025-12-22 16:31:21,155 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:21,633 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab4 (11 rows)\n", "2025-12-22 16:31:22,210 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:22,599 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab5 (11 rows)\n", "2025-12-22 16:31:23,187 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:23,366 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab6 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:23,942 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:24,085 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab7 (9 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:24,640 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:24,806 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab8 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:25,368 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:25,469 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab9 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:26,021 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:26,129 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab10 (11 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:26,720 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:26,838 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab11 (10 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:27,406 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:27,555 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab12 (21 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:28,101 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:28,282 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab13 (14 rows)\n", "2025-12-22 16:31:28,282 - ๐Ÿ“„ Processing knbs_batch_102_194437_quarterly_gross_domestic_product_-_second_quarter_.md...\n", "2025-12-22 16:31:28,304 - found 4 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:29,083 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:29,507 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab0 (26 rows)\n", "2025-12-22 16:31:30,418 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:30,811 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab1 (27 rows)\n", "2025-12-22 16:31:32,274 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:32,860 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab2 (28 rows)\n", "2025-12-22 16:31:33,747 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:34,520 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab3 (27 rows)\n", "2025-12-22 16:31:34,521 - ๐Ÿ“„ Processing knbs_batch_102_194437_quarterly_gross_domestic_product_-_third_quarter_2.md...\n", "2025-12-22 16:31:34,540 - found 3 tables.\n", "2025-12-22 16:31:35,288 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:36,137 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab0 (28 rows)\n", "2025-12-22 16:31:37,039 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:37,514 - -> Saved table: knbs_knbs_batch_102_194437_quarterly_gross_do_tab1 (34 rows)\n", "2025-12-22 16:31:39,531 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:39,539 - โŒ Failed knbs_batch_102_194437_quarterly_gross_domestic_product_-_third_quarter_2.md: A column with name 'year' is already present in table 'knbs_knbs_batch_102_194437_quarterly_gross_do_tab2'.\n", "2025-12-22 16:31:39,539 - ๐Ÿ“„ Processing knbs_batch_103_194442_kenya-quarterly-balance-of-payment-and-internation.md...\n", "2025-12-22 16:31:39,577 - found 10 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n", ":39: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:40,522 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:40,661 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab0 (30 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:41,449 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:41,553 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab1 (15 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:42,330 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:42,434 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab2 (25 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:43,633 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:43,811 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab3 (29 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:44,571 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:44,744 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab4 (19 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:45,653 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:45,826 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab5 (55 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:51,893 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:52,107 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab6 (34 rows)\n", "2025-12-22 16:31:53,331 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:53,348 - โŒ Failed knbs_batch_103_194442_kenya-quarterly-balance-of-payment-and-internation.md: A column with name 'nan' is already present in table 'knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab7'.\n", "2025-12-22 16:31:53,349 - ๐Ÿ“„ Processing knbs_batch_103_194442_kenya-quarterly-balance-of-payments-first-quarter-.md...\n", "2025-12-22 16:31:53,453 - found 10 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:54,925 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:55,639 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab0 (29 rows)\n", "2025-12-22 16:31:56,423 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:31:56,921 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab1 (5 rows)\n", "2025-12-22 16:31:57,896 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:58,183 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab2 (26 rows)\n", "2025-12-22 16:31:58,903 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:31:59,216 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab3 (29 rows)\n", "2025-12-22 16:31:59,843 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:00,074 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab4 (19 rows)\n", "2025-12-22 16:32:00,878 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:01,241 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab5 (51 rows)\n", "2025-12-22 16:32:01,902 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:02,289 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab6 (34 rows)\n", "2025-12-22 16:32:03,206 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:03,339 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab7 (73 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:04,118 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:04,268 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab8 (39 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:04,976 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:05,141 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab9 (39 rows)\n", "2025-12-22 16:32:05,141 - ๐Ÿ“„ Processing knbs_batch_103_194442_kenya-quarterly-balance-of-payments-second-quarter.md...\n", "2025-12-22 16:32:05,185 - found 11 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:06,098 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:06,480 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab0 (28 rows)\n", "2025-12-22 16:32:07,418 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:07,761 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab1 (5 rows)\n", "2025-12-22 16:32:08,610 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:09,017 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab2 (32 rows)\n", "2025-12-22 16:32:10,184 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:10,515 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab3 (29 rows)\n", "2025-12-22 16:32:11,535 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:11,817 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab4 (18 rows)\n", "2025-12-22 16:32:12,557 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:12,854 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab5 (47 rows)\n", "2025-12-22 16:32:14,384 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:14,398 - โŒ Failed knbs_batch_103_194442_kenya-quarterly-balance-of-payments-second-quarter.md: A column with name 'year_2020_nan' is already present in table 'knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab6'.\n", "2025-12-22 16:32:14,398 - ๐Ÿ“„ Processing knbs_batch_103_194442_kenya-quarterly-balance-of-payments-third-quarter-.md...\n", "2025-12-22 16:32:14,446 - found 10 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n", ":39: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:15,797 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:16,166 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab0 (29 rows)\n", "2025-12-22 16:32:16,961 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:17,485 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab1 (5 rows)\n", "2025-12-22 16:32:18,364 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:19,540 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab2 (25 rows)\n", "2025-12-22 16:32:20,475 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:21,957 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab3 (19 rows)\n", "2025-12-22 16:32:46,224 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:46,620 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab4 (51 rows)\n", "2025-12-22 16:32:47,573 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:47,857 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab5 (34 rows)\n", "2025-12-22 16:32:49,016 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:49,465 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab6 (73 rows)\n", "2025-12-22 16:32:50,608 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:50,953 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab7 (69 rows)\n", "2025-12-22 16:32:53,257 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:53,573 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab8 (28 rows)\n", "2025-12-22 16:32:54,178 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:54,515 - -> Saved table: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab9 (41 rows)\n", "2025-12-22 16:32:54,515 - ๐Ÿ“„ Processing knbs_batch_103_194442_kenya-trade-statistics-bulletin-first-quarter-2022.md...\n", "2025-12-22 16:32:54,522 - ๐Ÿ“„ Processing knbs_batch_103_194442_quarterly-balance-of-payments-second-quarter-2023-.md...\n", "2025-12-22 16:32:54,541 - found 8 tables.\n", "2025-12-22 16:32:55,489 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:55,607 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab0 (30 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:56,604 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:56,713 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab1 (14 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:57,819 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:32:57,957 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab2 (24 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:58,813 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:32:59,118 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab3 (30 rows)\n", "2025-12-22 16:33:00,049 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:00,254 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab4 (107 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:01,830 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:02,030 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab5 (62 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:02,929 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:03,186 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab6 (40 rows)\n", "2025-12-22 16:33:03,586 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:03,709 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab7 (39 rows)\n", "2025-12-22 16:33:03,709 - ๐Ÿ“„ Processing knbs_batch_103_194442_quarterly-balance-of-payments-thrid-quarter-2023-m.md...\n", "2025-12-22 16:33:03,742 - found 12 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:04,550 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:04,945 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab0 (21 rows)\n", "2025-12-22 16:33:05,800 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:06,123 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab1 (14 rows)\n", "2025-12-22 16:33:06,999 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:07,363 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab2 (25 rows)\n", "2025-12-22 16:33:07,593 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:07,855 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab3 (15 rows)\n", "2025-12-22 16:33:08,579 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:08,936 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab4 (12 rows)\n", "2025-12-22 16:33:09,944 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:10,410 - -> Saved table: knbs_knbs_batch_103_194442_quarterly_balance__tab5 (18 rows)\n", "2025-12-22 16:33:11,638 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:11,642 - โŒ Failed knbs_batch_103_194442_quarterly-balance-of-payments-thrid-quarter-2023-m.md: A column with name 'empty_col' is already present in table 'knbs_knbs_batch_103_194442_quarterly_balance__tab6'.\n", "2025-12-22 16:33:11,643 - ๐Ÿ“„ Processing knbs_batch_103_194442_trade-bop-statistics-bulletin-q12024.md...\n", "2025-12-22 16:33:11,669 - found 7 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:12,156 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:12,288 - -> Saved table: knbs_knbs_batch_103_194442_trade_bop_statisti_tab0 (3 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:12,754 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:12,850 - -> Saved table: knbs_knbs_batch_103_194442_trade_bop_statisti_tab1 (4 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:13,182 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:13,299 - -> Saved table: knbs_knbs_batch_103_194442_trade_bop_statisti_tab2 (6 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:13,768 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:13,849 - -> Saved table: knbs_knbs_batch_103_194442_trade_bop_statisti_tab3 (4 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:14,067 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:14,229 - -> Saved table: knbs_knbs_batch_103_194442_trade_bop_statisti_tab5 (3 rows)\n", "2025-12-22 16:33:14,638 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:14,749 - -> Saved table: knbs_knbs_batch_103_194442_trade_bop_statisti_tab6 (2 rows)\n", "2025-12-22 16:33:14,749 - ๐Ÿ“„ Processing knbs_batch_104_194448_kenya-quarterly-balance-of-payments-first-quarter-.md...\n", "2025-12-22 16:33:14,777 - found 7 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:16,060 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:16,204 - -> Saved table: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab0 (30 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:17,007 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:17,117 - -> Saved table: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab1 (5 rows)\n", "2025-12-22 16:33:17,726 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:17,849 - -> Saved table: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab2 (19 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:18,709 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:18,859 - -> Saved table: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab3 (19 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:19,587 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:19,743 - -> Saved table: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab4 (34 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:20,936 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:21,099 - -> Saved table: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab5 (134 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:21,869 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:21,963 - -> Saved table: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab6 (20 rows)\n", "2025-12-22 16:33:21,964 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments_-_first_quarter_2021.md...\n", "2025-12-22 16:33:21,994 - found 10 tables.\n", "2025-12-22 16:33:22,916 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:23,059 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (5 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:23,966 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:24,058 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (31 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:24,462 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:24,607 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (18 rows)\n", "2025-12-22 16:33:25,654 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:25,774 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (50 rows)\n", "2025-12-22 16:33:26,698 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:26,872 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab5 (34 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:27,563 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:27,680 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab6 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:29,139 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:29,296 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab7 (73 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:30,028 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:30,036 - โŒ Failed knbs_batch_104_194448_quarterly_balance_of_payments_-_first_quarter_2021.md: A column with name 'year_nan' is already present in table 'knbs_knbs_batch_104_194448_quarterly_balance__tab8'.\n", "2025-12-22 16:33:30,036 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments_-_first_quarter_2022.md...\n", "2025-12-22 16:33:30,076 - found 8 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n", ":39: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:31,134 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:31,268 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (31 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:32,301 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:32,693 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (5 rows)\n", "2025-12-22 16:33:33,492 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:33,861 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (18 rows)\n", "2025-12-22 16:33:34,752 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:35,093 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (29 rows)\n", "2025-12-22 16:33:36,006 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:36,499 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (35 rows)\n", "2025-12-22 16:33:37,916 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:37,919 - โŒ Failed knbs_batch_104_194448_quarterly_balance_of_payments_-_first_quarter_2022.md: A column with name 'jan_mar_2022' is already present in table 'knbs_knbs_batch_104_194448_quarterly_balance__tab5'.\n", "2025-12-22 16:33:37,919 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments_-_first_quarter_2023.md...\n", "2025-12-22 16:33:37,951 - found 8 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:38,952 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:39,460 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (13 rows)\n", "2025-12-22 16:33:40,614 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:41,351 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (24 rows)\n", "2025-12-22 16:33:42,362 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:42,801 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (32 rows)\n", "2025-12-22 16:33:43,780 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:44,351 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (20 rows)\n", "2025-12-22 16:33:45,489 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:45,839 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (35 rows)\n", "2025-12-22 16:33:47,295 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:47,615 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab5 (74 rows)\n", "2025-12-22 16:33:48,469 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:48,753 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab6 (40 rows)\n", "2025-12-22 16:33:49,261 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:49,689 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab7 (27 rows)\n", "2025-12-22 16:33:49,689 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments_-_first_quarter_2024.md...\n", "2025-12-22 16:33:49,711 - found 8 tables.\n", "2025-12-22 16:33:50,662 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:51,464 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (25 rows)\n", "2025-12-22 16:33:52,464 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:52,957 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (29 rows)\n", "2025-12-22 16:33:53,710 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:54,043 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (20 rows)\n", "2025-12-22 16:33:55,079 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:33:55,453 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (62 rows)\n", "2025-12-22 16:33:56,494 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:56,898 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (34 rows)\n", "2025-12-22 16:33:59,762 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:33:59,766 - โŒ Failed knbs_batch_104_194448_quarterly_balance_of_payments_-_first_quarter_2024.md: A column with name 'oct___dec' is already present in table 'knbs_knbs_batch_104_194448_quarterly_balance__tab5'.\n", "2025-12-22 16:33:59,766 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments_-_second_quarter_202.md...\n", "2025-12-22 16:33:59,799 - found 9 tables.\n", "2025-12-22 16:34:00,676 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:01,012 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (27 rows)\n", "2025-12-22 16:34:01,976 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:02,376 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (5 rows)\n", "2025-12-22 16:34:03,275 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:03,690 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (27 rows)\n", "2025-12-22 16:34:04,771 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:05,268 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (29 rows)\n", "2025-12-22 16:34:06,433 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:06,908 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (67 rows)\n", "2025-12-22 16:34:07,970 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:08,444 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab5 (35 rows)\n", "2025-12-22 16:34:10,202 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:10,829 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab6 (73 rows)\n", "2025-12-22 16:34:11,248 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:11,766 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab7 (37 rows)\n", "2025-12-22 16:34:12,793 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:12,996 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab8 (41 rows)\n", "2025-12-22 16:34:12,996 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments_-_third_quarter_2020.md...\n", "2025-12-22 16:34:13,038 - found 8 tables.\n", "2025-12-22 16:34:14,462 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:14,856 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (30 rows)\n", "2025-12-22 16:34:15,916 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:16,299 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (25 rows)\n", "2025-12-22 16:34:17,460 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:17,845 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (29 rows)\n", "2025-12-22 16:34:18,801 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:19,180 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (19 rows)\n", "2025-12-22 16:34:19,777 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:20,201 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (49 rows)\n", "2025-12-22 16:34:21,269 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:21,706 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab5 (35 rows)\n", "2025-12-22 16:34:23,205 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:23,719 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab6 (66 rows)\n", "2025-12-22 16:34:25,379 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:25,705 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab7 (42 rows)\n", "2025-12-22 16:34:25,706 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments_-_third_quarter_2021.md...\n", "2025-12-22 16:34:25,741 - found 10 tables.\n", "2025-12-22 16:34:27,027 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:27,435 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (27 rows)\n", "2025-12-22 16:34:28,238 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:28,607 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (5 rows)\n", "2025-12-22 16:34:29,589 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:29,916 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (9 rows)\n", "2025-12-22 16:34:30,660 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:30,975 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (33 rows)\n", "2025-12-22 16:34:32,031 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:32,519 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (5 rows)\n", "2025-12-22 16:34:33,586 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:33,932 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab5 (50 rows)\n", "2025-12-22 16:34:35,109 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:35,455 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab6 (34 rows)\n", "2025-12-22 16:34:36,938 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:36,940 - โŒ Failed knbs_batch_104_194448_quarterly_balance_of_payments_-_third_quarter_2021.md: A column with name 'oct___dec' is already present in table 'knbs_knbs_batch_104_194448_quarterly_balance__tab7'.\n", "2025-12-22 16:34:36,941 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments_-_third_quarter_2022.md...\n", "2025-12-22 16:34:36,972 - found 10 tables.\n", "2025-12-22 16:34:37,964 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:38,295 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (30 rows)\n", "2025-12-22 16:34:39,297 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:39,583 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (14 rows)\n", "2025-12-22 16:34:40,710 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:41,154 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (23 rows)\n", "2025-12-22 16:34:42,219 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:42,595 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (29 rows)\n", "2025-12-22 16:34:43,514 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:43,918 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (19 rows)\n", "2025-12-22 16:34:44,781 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:45,223 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab5 (52 rows)\n", "2025-12-22 16:34:46,183 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:46,577 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab6 (31 rows)\n", "2025-12-22 16:34:47,647 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:47,993 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab7 (69 rows)\n", "2025-12-22 16:34:48,777 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:49,156 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab8 (54 rows)\n", "2025-12-22 16:34:50,170 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:50,332 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab9 (37 rows)\n", "2025-12-22 16:34:50,332 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments__first_quarter_2025.md...\n", "2025-12-22 16:34:50,358 - found 8 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:51,183 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:51,518 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (13 rows)\n", "2025-12-22 16:34:52,448 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:52,890 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (35 rows)\n", "2025-12-22 16:34:53,857 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:54,223 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (19 rows)\n", "2025-12-22 16:34:55,205 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:55,623 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (34 rows)\n", "2025-12-22 16:34:57,150 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:34:57,153 - โŒ Failed knbs_batch_104_194448_quarterly_balance_of_payments__first_quarter_2025.md: A column with name 'jan_mar_2025' is already present in table 'knbs_knbs_batch_104_194448_quarterly_balance__tab4'.\n", "2025-12-22 16:34:57,153 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments__second_quarter_2024.md...\n", "2025-12-22 16:34:57,182 - found 10 tables.\n", "2025-12-22 16:34:58,041 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:58,508 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (21 rows)\n", "2025-12-22 16:34:59,353 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:34:59,883 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (16 rows)\n", "2025-12-22 16:35:00,805 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:00,807 - โŒ Failed knbs_batch_104_194448_quarterly_balance_of_payments__second_quarter_2024.md: A column with name 'q4_2023' is already present in table 'knbs_knbs_batch_104_194448_quarterly_balance__tab2'.\n", "2025-12-22 16:35:00,807 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments__second_quarter_2025.md...\n", "2025-12-22 16:35:00,832 - found 10 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:02,014 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:02,661 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (30 rows)\n", "2025-12-22 16:35:03,461 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:03,883 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (13 rows)\n", "2025-12-22 16:35:04,943 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:05,239 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (24 rows)\n", "2025-12-22 16:35:06,283 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:06,955 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (32 rows)\n", "2025-12-22 16:35:07,913 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:08,596 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (18 rows)\n", "2025-12-22 16:35:09,623 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:10,128 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab5 (42 rows)\n", "2025-12-22 16:35:11,175 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:11,596 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab6 (72 rows)\n", "2025-12-22 16:35:13,055 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:13,476 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab7 (52 rows)\n", "2025-12-22 16:35:14,524 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:14,984 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab8 (40 rows)\n", "2025-12-22 16:35:15,784 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:15,788 - โŒ Failed knbs_batch_104_194448_quarterly_balance_of_payments__second_quarter_2025.md: A column with name 'nan' is already present in table 'knbs_knbs_batch_104_194448_quarterly_balance__tab9'.\n", "2025-12-22 16:35:15,788 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments__third_quarter_2023.md...\n", "2025-12-22 16:35:15,819 - found 12 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:16,495 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:17,107 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (20 rows)\n", "2025-12-22 16:35:17,986 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:18,646 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (13 rows)\n", "2025-12-22 16:35:19,811 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:20,193 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (24 rows)\n", "2025-12-22 16:35:20,426 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:20,853 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (3 rows)\n", "2025-12-22 16:35:21,599 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:21,616 - โŒ Failed knbs_batch_104_194448_quarterly_balance_of_payments__third_quarter_2023.md: A column with name 'year_n_a' is already present in table 'knbs_knbs_batch_104_194448_quarterly_balance__tab4'.\n", "2025-12-22 16:35:21,617 - ๐Ÿ“„ Processing knbs_batch_104_194448_quarterly_balance_of_payments__third_quarter_2024.md...\n", "2025-12-22 16:35:21,647 - found 9 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n", ":39: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:22,639 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:22,964 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab0 (29 rows)\n", "2025-12-22 16:35:23,838 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:24,197 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab1 (16 rows)\n", "2025-12-22 16:35:24,833 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:25,189 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab2 (33 rows)\n", "2025-12-22 16:35:26,098 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:26,467 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab3 (20 rows)\n", "2025-12-22 16:35:27,577 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:28,029 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab4 (34 rows)\n", "2025-12-22 16:35:29,765 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:30,238 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab5 (65 rows)\n", "2025-12-22 16:35:31,919 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:32,316 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab6 (72 rows)\n", "2025-12-22 16:35:33,042 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:33,428 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab7 (42 rows)\n", "2025-12-22 16:35:34,340 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:34,777 - -> Saved table: knbs_knbs_batch_104_194448_quarterly_balance__tab8 (39 rows)\n", "2025-12-22 16:35:34,777 - ๐Ÿ“„ Processing knbs_batch_104_194448_trade_statistics_bulletin_-_first_quarter_2022.md...\n", "2025-12-22 16:35:34,782 - ๐Ÿ“„ Processing knbs_batch_104_194448_trade_statistics_bulletin_-_first_quarter_2024.md...\n", "2025-12-22 16:35:34,792 - found 6 tables.\n", "2025-12-22 16:35:35,287 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:35,488 - -> Saved table: knbs_knbs_batch_104_194448_trade_statistics_b_tab0 (3 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:35,932 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:36,075 - -> Saved table: knbs_knbs_batch_104_194448_trade_statistics_b_tab1 (3 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:36,457 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:36,700 - -> Saved table: knbs_knbs_batch_104_194448_trade_statistics_b_tab2 (5 rows)\n", "2025-12-22 16:35:37,190 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:37,353 - -> Saved table: knbs_knbs_batch_104_194448_trade_statistics_b_tab3 (4 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:37,765 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:37,902 - -> Saved table: knbs_knbs_batch_104_194448_trade_statistics_b_tab5 (3 rows)\n", "2025-12-22 16:35:37,902 - ๐Ÿ“„ Processing knbs_batch_105_194456_2024-gross-county-product.md...\n", "2025-12-22 16:35:37,953 - found 24 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:38,198 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:38,363 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab0 (2 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:38,605 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:38,716 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab1 (19 rows)\n", "2025-12-22 16:35:38,955 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:39,110 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab2 (8 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:39,367 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:39,521 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab3 (7 rows)\n", "2025-12-22 16:35:39,762 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:39,905 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab4 (2 rows)\n", "2025-12-22 16:35:40,594 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:40,794 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab5 (51 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:41,100 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:41,218 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab6 (49 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:42,287 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:42,409 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab7 (26 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:42,791 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:42,933 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab8 (49 rows)\n", "2025-12-22 16:35:43,474 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:43,601 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab9 (25 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:44,145 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:44,253 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab10 (25 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:44,831 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:44,967 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab11 (49 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:45,365 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:45,503 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab12 (35 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:46,044 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:46,194 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab13 (38 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:47,070 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:47,203 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab14 (18 rows)\n", "2025-12-22 16:35:47,914 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:48,049 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab15 (18 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:49,411 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:49,528 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab16 (23 rows)\n", "2025-12-22 16:35:50,286 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:50,403 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab17 (6 rows)\n", "2025-12-22 16:35:51,160 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:51,299 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab18 (6 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:52,628 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:35:52,852 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab19 (25 rows)\n", "2025-12-22 16:35:56,979 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:57,168 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab20 (25 rows)\n", "2025-12-22 16:35:58,502 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:58,675 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab21 (24 rows)\n", "2025-12-22 16:35:58,997 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:59,147 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab22 (14 rows)\n", "2025-12-22 16:35:59,375 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:35:59,512 - -> Saved table: knbs_knbs_batch_105_194456_2024_gross_county__tab23 (9 rows)\n", "2025-12-22 16:35:59,512 - ๐Ÿ“„ Processing knbs_batch_105_194456_construction-input-price-indices-first-quarter-202.md...\n", "2025-12-22 16:35:59,530 - found 3 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:00,069 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:00,214 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab0 (17 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:00,996 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:01,155 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab1 (30 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:01,767 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:01,882 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab2 (74 rows)\n", "2025-12-22 16:36:01,883 - ๐Ÿ“„ Processing knbs_batch_105_194456_construction-input-price-indices-for-fourth-quarte.md...\n", "2025-12-22 16:36:01,901 - found 4 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:02,445 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:02,687 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab0 (16 rows)\n", "2025-12-22 16:36:03,407 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:03,656 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab1 (48 rows)\n", "2025-12-22 16:36:04,621 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:04,987 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab2 (40 rows)\n", "2025-12-22 16:36:05,848 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:05,954 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab3 (33 rows)\n", "2025-12-22 16:36:05,954 - ๐Ÿ“„ Processing knbs_batch_105_194456_construction-input-price-indices-for-third-quarter.md...\n", "2025-12-22 16:36:05,978 - found 4 tables.\n", "2025-12-22 16:36:06,401 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:06,692 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab0 (15 rows)\n", "2025-12-22 16:36:07,431 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:07,705 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab1 (47 rows)\n", "2025-12-22 16:36:08,502 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:08,823 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab3 (74 rows)\n", "2025-12-22 16:36:08,823 - ๐Ÿ“„ Processing knbs_batch_105_194456_construction-input-price-indices-second-quarter-20.md...\n", "2025-12-22 16:36:08,846 - found 3 tables.\n", "2025-12-22 16:36:09,578 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:09,985 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab0 (14 rows)\n", "2025-12-22 16:36:10,651 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:11,109 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab1 (39 rows)\n", "2025-12-22 16:36:12,145 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:12,526 - -> Saved table: knbs_knbs_batch_105_194456_construction_input_tab2 (32 rows)\n", "2025-12-22 16:36:12,526 - ๐Ÿ“„ Processing knbs_batch_105_194456_gross-county-product-2023-min.md...\n", "2025-12-22 16:36:12,571 - found 17 tables.\n", "2025-12-22 16:36:12,799 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:12,944 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab0 (2 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:13,214 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:13,375 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab1 (22 rows)\n", "2025-12-22 16:36:13,660 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:13,804 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab2 (19 rows)\n", "2025-12-22 16:36:14,033 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:14,195 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab3 (2 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:14,740 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:14,865 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab4 (23 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:15,403 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:15,558 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab5 (25 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:16,135 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:16,292 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab6 (48 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:16,829 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:16,974 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab7 (37 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:17,511 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:17,616 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab8 (10 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:19,143 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:19,323 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab9 (25 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:19,554 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:19,665 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab10 (22 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:21,362 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:21,492 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab11 (20 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:25,766 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:26,212 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab12 (24 rows)\n", "2025-12-22 16:36:26,762 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:26,984 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab13 (38 rows)\n", "2025-12-22 16:36:27,523 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:27,646 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab14 (9 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:27,915 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:28,187 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab15 (20 rows)\n", "2025-12-22 16:36:28,456 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:28,593 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab16 (6 rows)\n", "2025-12-22 16:36:28,593 - ๐Ÿ“„ Processing knbs_batch_105_194456_gross_county_product_-_2019.md...\n", "2025-12-22 16:36:28,815 - found 35 tables.\n", "2025-12-22 16:36:29,054 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:30,020 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab0 (4 rows)\n", "2025-12-22 16:36:30,327 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:30,897 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab1 (6 rows)\n", "2025-12-22 16:36:31,186 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:31,793 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab2 (2 rows)\n", "2025-12-22 16:36:33,173 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:33,714 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab3 (28 rows)\n", "2025-12-22 16:36:34,881 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:35,929 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab4 (21 rows)\n", "2025-12-22 16:36:39,069 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:39,600 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab5 (20 rows)\n", "2025-12-22 16:36:40,645 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:41,139 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab6 (4 rows)\n", "2025-12-22 16:36:44,368 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:44,371 - โŒ Failed knbs_batch_105_194456_gross_county_product_-_2019.md: A column with name 'insurance_br_financial_br_activities_br_and' is already present in table 'knbs_knbs_batch_105_194456_gross_county_produ_tab7'.\n", "2025-12-22 16:36:44,372 - ๐Ÿ“„ Processing knbs_batch_105_194456_gross_county_product_-_2021.md...\n", "2025-12-22 16:36:44,429 - found 14 tables.\n", "2025-12-22 16:36:44,684 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:44,988 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab0 (26 rows)\n", "2025-12-22 16:36:45,210 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:45,598 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab1 (2 rows)\n", "2025-12-22 16:36:45,965 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:46,721 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab2 (9 rows)\n", "2025-12-22 16:36:47,482 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:48,163 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab3 (87 rows)\n", "2025-12-22 16:36:48,924 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:49,242 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab4 (10 rows)\n", "2025-12-22 16:36:50,020 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:50,366 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab5 (28 rows)\n", "2025-12-22 16:36:51,161 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:51,508 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab6 (18 rows)\n", "2025-12-22 16:36:53,877 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:54,282 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab7 (21 rows)\n", "2025-12-22 16:36:55,579 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:55,981 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab8 (70 rows)\n", "2025-12-22 16:36:56,276 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:56,613 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab9 (24 rows)\n", "2025-12-22 16:36:57,943 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:36:58,442 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab10 (31 rows)\n", "2025-12-22 16:36:59,727 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:36:59,742 - โŒ Failed knbs_batch_105_194456_gross_county_product_-_2021.md: A column with name 'year_2019' is already present in table 'knbs_knbs_batch_105_194456_gross_county_produ_tab11'.\n", "2025-12-22 16:36:59,742 - ๐Ÿ“„ Processing knbs_batch_105_194456_gross_county_product_2023.md...\n", "2025-12-22 16:36:59,795 - found 15 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n", ":39: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:00,024 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:00,435 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab0 (20 rows)\n", "2025-12-22 16:37:00,716 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:01,367 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab1 (17 rows)\n", "2025-12-22 16:37:01,589 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:02,183 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab2 (3 rows)\n", "2025-12-22 16:37:02,721 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:03,028 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab3 (23 rows)\n", "2025-12-22 16:37:03,574 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:03,972 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab4 (25 rows)\n", "2025-12-22 16:37:04,549 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:04,875 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab5 (49 rows)\n", "2025-12-22 16:37:05,411 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:05,683 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab6 (39 rows)\n", "2025-12-22 16:37:06,220 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:06,481 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab7 (9 rows)\n", "2025-12-22 16:37:07,894 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:08,269 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab8 (25 rows)\n", "2025-12-22 16:37:08,489 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:08,825 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab9 (22 rows)\n", "2025-12-22 16:37:11,718 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:12,288 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab10 (45 rows)\n", "2025-12-22 16:37:13,611 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:13,970 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab11 (22 rows)\n", "2025-12-22 16:37:14,505 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:14,799 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab12 (38 rows)\n", "2025-12-22 16:37:15,336 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:15,655 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab13 (9 rows)\n", "2025-12-22 16:37:15,925 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:16,253 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab14 (27 rows)\n", "2025-12-22 16:37:16,253 - ๐Ÿ“„ Processing knbs_batch_105_194456_gross_county_product__2024.md...\n", "2025-12-22 16:37:16,305 - found 27 tables.\n", "2025-12-22 16:37:16,532 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:16,855 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab0 (2 rows)\n", "2025-12-22 16:37:17,091 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:17,635 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab1 (20 rows)\n", "2025-12-22 16:37:17,886 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:18,250 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab2 (8 rows)\n", "2025-12-22 16:37:18,493 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:18,880 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab3 (7 rows)\n", "2025-12-22 16:37:19,558 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:19,933 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab4 (51 rows)\n", "2025-12-22 16:37:20,236 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:20,509 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab5 (49 rows)\n", "2025-12-22 16:37:21,062 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:21,390 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab6 (52 rows)\n", "2025-12-22 16:37:21,785 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:22,090 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab7 (49 rows)\n", "2025-12-22 16:37:22,627 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:22,995 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab8 (25 rows)\n", "2025-12-22 16:37:24,360 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:24,651 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab9 (13 rows)\n", "2025-12-22 16:37:25,230 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:25,593 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab10 (24 rows)\n", "2025-12-22 16:37:26,168 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:26,474 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab11 (24 rows)\n", "2025-12-22 16:37:26,694 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:26,952 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab12 (3 rows)\n", "2025-12-22 16:37:27,431 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:27,740 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab13 (11 rows)\n", "2025-12-22 16:37:28,283 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:28,558 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab14 (38 rows)\n", "2025-12-22 16:37:29,891 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:30,407 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab15 (18 rows)\n", "2025-12-22 16:37:30,649 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:31,126 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab16 (4 rows)\n", "2025-12-22 16:37:31,889 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:32,093 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab17 (23 rows)\n", "2025-12-22 16:37:32,851 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:32,965 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab18 (23 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:33,724 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:33,859 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab19 (6 rows)\n", "2025-12-22 16:37:34,583 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:34,723 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab20 (6 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:36,974 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:37,129 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab21 (24 rows)\n", "2025-12-22 16:37:38,526 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:38,771 - -> Saved table: knbs_knbs_batch_105_194456_gross_county_produ_tab22 (24 rows)\n", "2025-12-22 16:37:41,112 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:41,116 - โŒ Failed knbs_batch_105_194456_gross_county_product__2024.md: A column with name 'financial_and_insurance_activities' is already present in table 'knbs_knbs_batch_105_194456_gross_county_produ_tab23'.\n", "2025-12-22 16:37:41,116 - ๐Ÿ“„ Processing knbs_batch_105_194456_kenya-gross-county-product-2019.md...\n", "2025-12-22 16:37:41,178 - found 41 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:41,415 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:41,715 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab0 (9 rows)\n", "2025-12-22 16:37:41,956 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:42,109 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab1 (16 rows)\n", "2025-12-22 16:37:42,330 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:42,631 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab2 (4 rows)\n", "2025-12-22 16:37:44,822 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:45,354 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab3 (29 rows)\n", "2025-12-22 16:37:46,495 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:46,677 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab4 (21 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:48,285 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:48,288 - โŒ Failed knbs_batch_105_194456_kenya-gross-county-product-2019.md: A column with name '_73_' is already present in table 'knbs_knbs_batch_105_194456_kenya_gross_county_tab5'.\n", "2025-12-22 16:37:48,288 - ๐Ÿ“„ Processing knbs_batch_105_194456_kenya-gross-county-product-2021.md...\n", "2025-12-22 16:37:48,317 - found 15 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:48,562 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:48,842 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab0 (27 rows)\n", "2025-12-22 16:37:49,093 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:49,456 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab1 (2 rows)\n", "2025-12-22 16:37:49,834 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:50,140 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab2 (8 rows)\n", "2025-12-22 16:37:50,899 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:51,267 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab3 (48 rows)\n", "2025-12-22 16:37:52,021 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:52,405 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab4 (38 rows)\n", "2025-12-22 16:37:53,157 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:53,281 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab5 (10 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:54,072 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:54,195 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab6 (28 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:37:54,988 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:37:55,107 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab7 (18 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:00,206 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:00,373 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab8 (21 rows)\n", "2025-12-22 16:38:00,755 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:00,875 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab9 (30 rows)\n", "2025-12-22 16:38:02,280 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:02,380 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab10 (20 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:02,629 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:02,731 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab11 (43 rows)\n", "2025-12-22 16:38:04,162 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:04,310 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab12 (31 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:05,562 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:05,673 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab13 (20 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:06,549 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:06,709 - -> Saved table: knbs_knbs_batch_105_194456_kenya_gross_county_tab14 (11 rows)\n", "2025-12-22 16:38:06,710 - ๐Ÿ“„ Processing knbs_batch_105_194456_kenya_quarterly_balance_of_payments_-_first_quarte.md...\n", "2025-12-22 16:38:06,737 - found 9 tables.\n", "2025-12-22 16:38:07,811 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:07,964 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab0 (5 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:08,692 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:08,797 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab1 (24 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:09,773 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:09,920 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab2 (29 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:10,933 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:11,110 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab3 (19 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:11,681 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:11,859 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab4 (50 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:12,888 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:13,047 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab5 (34 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:14,172 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:14,336 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab6 (72 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:15,031 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:15,228 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab7 (41 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:16,310 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:16,447 - -> Saved table: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab8 (29 rows)\n", "2025-12-22 16:38:16,447 - ๐Ÿ“„ Processing knbs_batch_105_194456_quarterly_balance_of_payments_-_first_quarter_2018.md...\n", "2025-12-22 16:38:16,478 - found 9 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:17,771 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:17,889 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab0 (30 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:18,720 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:18,859 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab1 (5 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:19,539 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:19,677 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab2 (20 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:19,900 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:19,998 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab3 (4 rows)\n", "2025-12-22 16:38:20,272 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:20,380 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab4 (4 rows)\n", "2025-12-22 16:38:20,983 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:21,063 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab5 (19 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:22,508 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:22,613 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab6 (66 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:23,658 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:23,816 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab7 (73 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:24,521 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:24,765 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab8 (40 rows)\n", "2025-12-22 16:38:24,765 - ๐Ÿ“„ Processing knbs_batch_105_194456_quarterly_balance_of_payments_-_first_quarter_2019.md...\n", "2025-12-22 16:38:24,803 - found 9 tables.\n", "2025-12-22 16:38:26,003 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:26,358 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab0 (27 rows)\n", "2025-12-22 16:38:27,150 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:27,450 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab1 (5 rows)\n", "2025-12-22 16:38:28,608 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:28,919 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab2 (25 rows)\n", "2025-12-22 16:38:29,541 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:30,230 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab3 (30 rows)\n", "2025-12-22 16:38:31,240 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:32,165 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab4 (18 rows)\n", "2025-12-22 16:38:32,790 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:33,215 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab5 (51 rows)\n", "2025-12-22 16:38:33,941 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:34,522 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab6 (34 rows)\n", "2025-12-22 16:38:37,357 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:38,119 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab7 (71 rows)\n", "2025-12-22 16:38:38,830 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:38,842 - โŒ Failed knbs_batch_105_194456_quarterly_balance_of_payments_-_first_quarter_2019.md: A column with name 'total' is already present in table 'knbs_knbs_batch_105_194456_quarterly_balance__tab8'.\n", "2025-12-22 16:38:38,843 - ๐Ÿ“„ Processing knbs_batch_105_194456_quarterly_balance_of_payments_-_second_quarter_201.md...\n", "2025-12-22 16:38:38,881 - found 9 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n", ":39: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use `ser.iloc[pos]`\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:40,308 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:40,722 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab0 (29 rows)\n", "2025-12-22 16:38:41,706 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:42,124 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab1 (5 rows)\n", "2025-12-22 16:38:42,933 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:43,417 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab2 (24 rows)\n", "2025-12-22 16:38:43,935 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:44,594 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab3 (32 rows)\n", "2025-12-22 16:38:45,584 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:46,131 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab4 (18 rows)\n", "2025-12-22 16:38:47,246 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:47,723 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab5 (34 rows)\n", "2025-12-22 16:38:49,329 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:49,742 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab6 (145 rows)\n", "2025-12-22 16:38:50,439 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:50,826 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab7 (44 rows)\n", "2025-12-22 16:38:51,529 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:38:51,532 - โŒ Failed knbs_batch_105_194456_quarterly_balance_of_payments_-_second_quarter_201.md: A column with name 'exports_jan_march' is already present in table 'knbs_knbs_batch_105_194456_quarterly_balance__tab8'.\n", "2025-12-22 16:38:51,533 - ๐Ÿ“„ Processing knbs_batch_105_194456_quarterly_balance_of_payments_-_second_quarter_202.md...\n", "2025-12-22 16:38:51,566 - found 10 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:53,008 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:53,451 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab0 (29 rows)\n", "2025-12-22 16:38:54,250 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:54,618 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab1 (5 rows)\n", "2025-12-22 16:38:55,768 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:56,250 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab2 (25 rows)\n", "2025-12-22 16:38:56,676 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:57,056 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab3 (29 rows)\n", "2025-12-22 16:38:58,078 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:58,436 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab4 (19 rows)\n", "2025-12-22 16:38:59,295 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:38:59,726 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab5 (82 rows)\n", "2025-12-22 16:39:01,457 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:01,867 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab6 (63 rows)\n", "2025-12-22 16:39:02,882 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:03,260 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab7 (72 rows)\n", "2025-12-22 16:39:03,982 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:04,909 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab8 (41 rows)\n", "2025-12-22 16:39:05,747 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:06,025 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab9 (41 rows)\n", "2025-12-22 16:39:06,026 - ๐Ÿ“„ Processing knbs_batch_105_194456_quarterly_balance_of_payments_-_third_quarter_2018.md...\n", "2025-12-22 16:39:06,057 - found 9 tables.\n", "2025-12-22 16:39:07,506 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:07,509 - โŒ Failed knbs_batch_105_194456_quarterly_balance_of_payments_-_third_quarter_2018.md: A column with name 'q1_2018_jul_sep' is already present in table 'knbs_knbs_batch_105_194456_quarterly_balance__tab0'.\n", "2025-12-22 16:39:07,510 - ๐Ÿ“„ Processing knbs_batch_105_194456_quarterly_balance_of_payments_-_third_quarter_2019.md...\n", "2025-12-22 16:39:07,541 - found 10 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:08,648 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:09,060 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab0 (28 rows)\n", "2025-12-22 16:39:09,873 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:10,239 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab1 (5 rows)\n", "2025-12-22 16:39:10,645 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:10,965 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab2 (33 rows)\n", "2025-12-22 16:39:11,903 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:12,253 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab3 (29 rows)\n", "2025-12-22 16:39:13,370 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:13,731 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab4 (19 rows)\n", "2025-12-22 16:39:14,657 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:15,026 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab5 (49 rows)\n", "2025-12-22 16:39:15,984 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:16,340 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab6 (35 rows)\n", "2025-12-22 16:39:17,928 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:18,261 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab7 (72 rows)\n", "2025-12-22 16:39:19,348 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:19,686 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab8 (38 rows)\n", "2025-12-22 16:39:20,752 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:21,092 - -> Saved table: knbs_knbs_batch_105_194456_quarterly_balance__tab9 (30 rows)\n", "2025-12-22 16:39:21,092 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction-input-price-indices-first-quarter-202.md...\n", "2025-12-22 16:39:21,110 - found 3 tables.\n", "2025-12-22 16:39:21,602 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:21,721 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (17 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:22,422 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:22,569 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab1 (45 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:23,266 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:23,399 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab2 (69 rows)\n", "2025-12-22 16:39:23,399 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction-input-price-indices-for-fourth-quarte.md...\n", "2025-12-22 16:39:23,418 - found 4 tables.\n", "2025-12-22 16:39:23,769 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:24,096 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (17 rows)\n", "2025-12-22 16:39:24,793 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:25,147 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab1 (101 rows)\n", "2025-12-22 16:39:25,830 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:26,085 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab2 (41 rows)\n", "2025-12-22 16:39:26,761 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:26,914 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab3 (31 rows)\n", "2025-12-22 16:39:26,914 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction-input-price-indices-for-second-quarte.md...\n", "2025-12-22 16:39:26,926 - found 2 tables.\n", "2025-12-22 16:39:27,363 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:27,650 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (14 rows)\n", "2025-12-22 16:39:28,442 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:28,711 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab1 (122 rows)\n", "2025-12-22 16:39:28,711 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction-input-price-indices-for-third-quarter.md...\n", "2025-12-22 16:39:28,736 - found 3 tables.\n", "2025-12-22 16:39:29,175 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:29,463 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (35 rows)\n", "2025-12-22 16:39:30,168 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:30,496 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab1 (40 rows)\n", "2025-12-22 16:39:30,988 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:31,283 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab2 (34 rows)\n", "2025-12-22 16:39:31,283 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction_input_price_index__fourth_quarter_202.md...\n", "2025-12-22 16:39:31,317 - found 3 tables.\n", "2025-12-22 16:39:31,759 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:32,016 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (16 rows)\n", "2025-12-22 16:39:32,835 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:33,142 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab1 (86 rows)\n", "2025-12-22 16:39:33,927 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:34,250 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab2 (33 rows)\n", "2025-12-22 16:39:34,250 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction_input_price_index__second_quarter_202.md...\n", "2025-12-22 16:39:34,262 - found 3 tables.\n", "2025-12-22 16:39:34,695 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:35,043 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (14 rows)\n", "2025-12-22 16:39:35,939 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:36,489 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab1 (47 rows)\n", "2025-12-22 16:39:37,282 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:38,237 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab2 (72 rows)\n", "2025-12-22 16:39:38,238 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction_input_price_index__third_quarter_2024.md...\n", "2025-12-22 16:39:38,262 - found 4 tables.\n", "2025-12-22 16:39:39,128 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:40,048 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (61 rows)\n", "2025-12-22 16:39:40,780 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:41,437 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab2 (40 rows)\n", "2025-12-22 16:39:43,660 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:44,159 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab3 (29 rows)\n", "2025-12-22 16:39:44,160 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction_input_price_indices_first_quarter_202.md...\n", "2025-12-22 16:39:44,180 - found 2 tables.\n", "2025-12-22 16:39:44,636 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:45,231 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (17 rows)\n", "2025-12-22 16:39:46,845 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:46,848 - โŒ Failed knbs_batch_106_194506_construction_input_price_indices_first_quarter_202.md: A column with name 'sno' is already present in table 'knbs_knbs_batch_106_194506_construction_input_tab1'.\n", "2025-12-22 16:39:46,848 - ๐Ÿ“„ Processing knbs_batch_106_194506_construction_input_price_indices_for_second_quarte.md...\n", "2025-12-22 16:39:46,861 - found 3 tables.\n", "2025-12-22 16:39:47,325 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:48,075 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab0 (20 rows)\n", "2025-12-22 16:39:48,664 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:49,414 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab1 (40 rows)\n", "2025-12-22 16:39:50,255 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:50,907 - -> Saved table: knbs_knbs_batch_106_194506_construction_input_tab2 (33 rows)\n", "2025-12-22 16:39:50,907 - ๐Ÿ“„ Processing knbs_batch_106_194506_kenya-construction-input-price-index-first-quarter.md...\n", "2025-12-22 16:39:50,925 - found 1 tables.\n", "2025-12-22 16:39:51,655 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:51,854 - -> Saved table: knbs_knbs_batch_106_194506_kenya_construction_tab0 (37 rows)\n", "2025-12-22 16:39:51,854 - ๐Ÿ“„ Processing knbs_batch_106_194506_kenya-construction-input-price-index-fourth-quarte.md...\n", "2025-12-22 16:39:51,861 - found 1 tables.\n", "2025-12-22 16:39:52,524 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:52,944 - -> Saved table: knbs_knbs_batch_106_194506_kenya_construction_tab0 (45 rows)\n", "2025-12-22 16:39:52,945 - ๐Ÿ“„ Processing knbs_batch_106_194506_kenya-construction-input-price-index-second-quarte.md...\n", "2025-12-22 16:39:52,964 - found 4 tables.\n", "2025-12-22 16:39:53,477 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:53,951 - -> Saved table: knbs_knbs_batch_106_194506_kenya_construction_tab0 (72 rows)\n", "2025-12-22 16:39:54,480 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:54,693 - -> Saved table: knbs_knbs_batch_106_194506_kenya_construction_tab1 (48 rows)\n", "2025-12-22 16:39:54,944 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:55,051 - -> Saved table: knbs_knbs_batch_106_194506_kenya_construction_tab2 (3 rows)\n", "2025-12-22 16:39:55,302 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:55,430 - -> Saved table: knbs_knbs_batch_106_194506_kenya_construction_tab3 (4 rows)\n", "2025-12-22 16:39:55,431 - ๐Ÿ“„ Processing knbs_batch_106_194506_kenya-construction-input-price-index-third-quarter.md...\n", "2025-12-22 16:39:55,450 - found 2 tables.\n", "2025-12-22 16:39:56,537 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:56,875 - -> Saved table: knbs_knbs_batch_106_194506_kenya_construction_tab0 (34 rows)\n", "2025-12-22 16:39:57,172 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:57,600 - -> Saved table: knbs_knbs_batch_106_194506_kenya_construction_tab1 (47 rows)\n", "2025-12-22 16:39:57,600 - ๐Ÿ“„ Processing knbs_batch_106_194506_kenya-consumer-price-indices-and-inflation-rates-j.md...\n", "2025-12-22 16:39:57,627 - found 3 tables.\n", "2025-12-22 16:39:58,006 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:58,141 - -> Saved table: knbs_knbs_batch_106_194506_kenya_consumer_pri_tab0 (14 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:58,454 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:58,594 - -> Saved table: knbs_knbs_batch_106_194506_kenya_consumer_pri_tab1 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:39:59,328 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:39:59,494 - -> Saved table: knbs_knbs_batch_106_194506_kenya_consumer_pri_tab2 (15 rows)\n", "2025-12-22 16:39:59,495 - ๐Ÿ“„ Processing knbs_batch_107_194511_construction_input_price_index_-_first_quarter_202.md...\n", "2025-12-22 16:39:59,514 - found 1 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:00,085 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:00,503 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab0 (36 rows)\n", "2025-12-22 16:40:00,504 - ๐Ÿ“„ Processing knbs_batch_107_194511_construction_input_price_index_-_fourth_quarter_20.md...\n", "2025-12-22 16:40:00,522 - found 1 tables.\n", "2025-12-22 16:40:01,183 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:01,776 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab0 (45 rows)\n", "2025-12-22 16:40:01,776 - ๐Ÿ“„ Processing knbs_batch_107_194511_construction_input_price_index_-_second_quarter_20.md...\n", "2025-12-22 16:40:01,794 - found 2 tables.\n", "2025-12-22 16:40:02,301 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:03,307 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab0 (72 rows)\n", "2025-12-22 16:40:03,810 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:04,006 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab1 (49 rows)\n", "2025-12-22 16:40:04,007 - ๐Ÿ“„ Processing knbs_batch_107_194511_construction_input_price_index_-_third_quarter_202.md...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:04,026 - found 2 tables.\n", "2025-12-22 16:40:04,651 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:05,235 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab0 (68 rows)\n", "2025-12-22 16:40:05,940 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:06,365 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab1 (46 rows)\n", "2025-12-22 16:40:06,366 - ๐Ÿ“„ Processing knbs_batch_107_194511_construction_input_price_index_-first_quarter_2024.md...\n", "2025-12-22 16:40:06,391 - found 2 tables.\n", "2025-12-22 16:40:06,835 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:07,270 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab0 (17 rows)\n", "2025-12-22 16:40:07,973 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:08,655 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab1 (116 rows)\n", "2025-12-22 16:40:08,656 - ๐Ÿ“„ Processing knbs_batch_107_194511_construction_input_price_index__fourth_quarter_202.md...\n", "2025-12-22 16:40:08,673 - found 4 tables.\n", "2025-12-22 16:40:09,005 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:09,342 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab0 (17 rows)\n", "2025-12-22 16:40:10,069 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:10,483 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab1 (46 rows)\n", "2025-12-22 16:40:11,181 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:11,329 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab2 (37 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:12,031 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:12,161 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab3 (31 rows)\n", "2025-12-22 16:40:12,162 - ๐Ÿ“„ Processing knbs_batch_107_194511_construction_input_price_index__third_quarter_2023.md...\n", "2025-12-22 16:40:12,192 - found 3 tables.\n", "2025-12-22 16:40:12,886 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:13,383 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab0 (48 rows)\n", "2025-12-22 16:40:13,677 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:14,152 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab1 (40 rows)\n", "2025-12-22 16:40:14,807 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:15,355 - -> Saved table: knbs_knbs_batch_107_194511_construction_input_tab2 (34 rows)\n", "2025-12-22 16:40:15,355 - ๐Ÿ“„ Processing knbs_batch_107_194511_consumer_price_indices_and_inflation_rates-january.md...\n", "2025-12-22 16:40:15,375 - found 3 tables.\n", "2025-12-22 16:40:15,839 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:16,069 - -> Saved table: knbs_knbs_batch_107_194511_consumer_price_ind_tab0 (16 rows)\n", "2025-12-22 16:40:16,408 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:16,626 - -> Saved table: knbs_knbs_batch_107_194511_consumer_price_ind_tab1 (13 rows)\n", "2025-12-22 16:40:17,376 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:17,564 - -> Saved table: knbs_knbs_batch_107_194511_consumer_price_ind_tab2 (15 rows)\n", "2025-12-22 16:40:17,564 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-april_2.md...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:17,635 - found 3 tables.\n", "2025-12-22 16:40:18,078 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:18,325 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (17 rows)\n", "2025-12-22 16:40:18,685 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:18,907 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:19,473 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:19,611 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (14 rows)\n", "2025-12-22 16:40:19,612 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-august_.md...\n", "2025-12-22 16:40:19,639 - found 3 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:20,050 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:20,525 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:40:20,910 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:21,253 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (12 rows)\n", "2025-12-22 16:40:21,913 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:22,289 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:40:22,290 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-decembe.md...\n", "2025-12-22 16:40:22,311 - found 3 tables.\n", "2025-12-22 16:40:22,790 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:23,259 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:40:23,623 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:24,083 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:24,796 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:25,174 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (19 rows)\n", "2025-12-22 16:40:25,175 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-februar.md...\n", "2025-12-22 16:40:25,193 - found 3 tables.\n", "2025-12-22 16:40:25,646 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:25,973 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:40:26,288 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:26,641 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:27,296 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:27,596 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:40:27,597 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-january.md...\n", "2025-12-22 16:40:27,621 - found 3 tables.\n", "2025-12-22 16:40:28,229 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:28,499 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:40:28,842 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:29,193 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:29,860 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:30,224 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (15 rows)\n", "2025-12-22 16:40:30,224 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-july_20.md...\n", "2025-12-22 16:40:30,234 - found 3 tables.\n", "2025-12-22 16:40:30,645 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:30,967 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:40:31,301 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:31,601 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:32,292 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:32,601 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (15 rows)\n", "2025-12-22 16:40:32,601 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-june_20.md...\n", "2025-12-22 16:40:32,615 - found 3 tables.\n", "2025-12-22 16:40:33,130 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:33,473 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (20 rows)\n", "2025-12-22 16:40:33,782 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:34,174 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:34,727 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:35,053 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:40:35,053 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-march_2.md...\n", "2025-12-22 16:40:35,073 - found 3 tables.\n", "2025-12-22 16:40:35,451 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:36,008 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:40:36,393 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:36,907 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:37,490 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:38,137 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (20 rows)\n", "2025-12-22 16:40:38,137 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-may_201.md...\n", "2025-12-22 16:40:38,159 - found 3 tables.\n", "2025-12-22 16:40:38,582 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:39,007 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:40:39,387 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:40,001 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:40,607 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:41,440 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (17 rows)\n", "2025-12-22 16:40:41,440 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-novembe.md...\n", "2025-12-22 16:40:41,461 - found 3 tables.\n", "2025-12-22 16:40:41,913 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:43,047 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:40:43,403 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:44,232 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:44,915 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:45,394 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (18 rows)\n", "2025-12-22 16:40:45,394 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-october.md...\n", "2025-12-22 16:40:45,410 - found 3 tables.\n", "2025-12-22 16:40:45,803 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:46,295 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:40:46,635 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:47,165 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:47,881 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:48,489 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (15 rows)\n", "2025-12-22 16:40:48,490 - ๐Ÿ“„ Processing knbs_batch_10_192826_consumer_price_indices_and_inflation_rates-septemb.md...\n", "2025-12-22 16:40:48,510 - found 3 tables.\n", "2025-12-22 16:40:48,920 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:49,500 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab0 (12 rows)\n", "2025-12-22 16:40:49,900 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:50,420 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:51,111 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:51,575 - -> Saved table: knbs_knbs_batch_10_192826_consumer_price_indi_tab2 (20 rows)\n", "2025-12-22 16:40:51,576 - ๐Ÿ“„ Processing knbs_batch_11_192830_consumer_price_indices_and_inflation_rates-august_.md...\n", "2025-12-22 16:40:51,595 - found 3 tables.\n", "2025-12-22 16:40:52,014 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:52,132 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab0 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:52,465 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:40:52,591 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab1 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:53,317 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:53,546 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab2 (17 rows)\n", "2025-12-22 16:40:53,547 - ๐Ÿ“„ Processing knbs_batch_11_192830_consumer_price_indices_and_inflation_rates-july_20.md...\n", "2025-12-22 16:40:53,562 - found 3 tables.\n", "2025-12-22 16:40:53,957 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:54,456 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:40:54,775 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:55,317 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:55,992 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:56,416 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab2 (21 rows)\n", "2025-12-22 16:40:56,416 - ๐Ÿ“„ Processing knbs_batch_11_192830_consumer_price_indices_and_inflation_rates-june_20.md...\n", "2025-12-22 16:40:56,439 - found 3 tables.\n", "2025-12-22 16:40:56,829 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:57,488 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:40:57,783 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:58,147 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:40:58,879 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:59,207 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:40:59,207 - ๐Ÿ“„ Processing knbs_batch_11_192830_consumer_price_indices_and_inflation_rates-october.md...\n", "2025-12-22 16:40:59,233 - found 3 tables.\n", "2025-12-22 16:40:59,674 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:40:59,996 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab0 (16 rows)\n", "2025-12-22 16:41:00,298 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:00,715 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:41:01,406 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:01,869 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab2 (18 rows)\n", "2025-12-22 16:41:01,870 - ๐Ÿ“„ Processing knbs_batch_11_192830_consumer_price_indices_and_inflation_rates-septemb.md...\n", "2025-12-22 16:41:01,894 - found 3 tables.\n", "2025-12-22 16:41:02,354 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:02,841 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab0 (15 rows)\n", "2025-12-22 16:41:03,166 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:03,702 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab1 (12 rows)\n", "2025-12-22 16:41:04,426 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:04,839 - -> Saved table: knbs_knbs_batch_11_192830_consumer_price_indi_tab2 (22 rows)\n", "2025-12-22 16:41:04,840 - ๐Ÿ“„ Processing knbs_batch_11_192830_kenya-consumer-price-indices-and-inflation-rates-a.md...\n", "2025-12-22 16:41:04,851 - found 2 tables.\n", "2025-12-22 16:41:05,569 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:05,677 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:06,098 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:06,203 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:06,203 - ๐Ÿ“„ Processing knbs_batch_11_192830_kenya-consumer-price-indices-and-inflation-rates-d.md...\n", "2025-12-22 16:41:06,214 - found 1 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:06,708 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:07,208 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0 (16 rows)\n", "2025-12-22 16:41:07,209 - ๐Ÿ“„ Processing knbs_batch_11_192830_kenya-consumer-price-indices-and-inflation-rates-f.md...\n", "2025-12-22 16:41:07,226 - found 2 tables.\n", "2025-12-22 16:41:07,928 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:08,340 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:41:08,746 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:09,151 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:09,151 - ๐Ÿ“„ Processing knbs_batch_11_192830_kenya-consumer-price-indices-and-inflation-rates-j.md...\n", "2025-12-22 16:41:09,165 - found 2 tables.\n", "2025-12-22 16:41:09,737 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:10,271 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0 (18 rows)\n", "2025-12-22 16:41:10,577 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:11,107 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:11,107 - ๐Ÿ“„ Processing knbs_batch_11_192830_kenya-consumer-price-indices-and-inflation-rates-m.md...\n", "2025-12-22 16:41:11,123 - found 2 tables.\n", "2025-12-22 16:41:11,529 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:12,003 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:41:12,465 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:12,968 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:12,969 - ๐Ÿ“„ Processing knbs_batch_11_192830_kenya-consumer-price-indices-and-inflation-rates-n.md...\n", "2025-12-22 16:41:12,996 - found 3 tables.\n", "2025-12-22 16:41:13,604 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:14,035 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:41:14,358 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:14,901 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:15,643 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:15,835 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab2 (15 rows)\n", "2025-12-22 16:41:15,835 - ๐Ÿ“„ Processing knbs_batch_11_192830_kenya-consumer-price-indices-and-inflation-rates-o.md...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:15,857 - found 2 tables.\n", "2025-12-22 16:41:16,540 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:17,087 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:41:17,495 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:18,117 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:18,118 - ๐Ÿ“„ Processing knbs_batch_11_192830_kenya-consumer-price-indices-and-inflation-rates-s.md...\n", "2025-12-22 16:41:18,134 - found 3 tables.\n", "2025-12-22 16:41:18,772 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:19,303 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:41:19,712 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:20,163 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab1 (6 rows)\n", "2025-12-22 16:41:20,561 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:20,919 - -> Saved table: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab2 (6 rows)\n", "2025-12-22 16:41:20,920 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-august_.md...\n", "2025-12-22 16:41:20,944 - found 2 tables.\n", "2025-12-22 16:41:21,530 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:21,673 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (12 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:22,078 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:22,220 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:41:22,220 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-decembe.md...\n", "2025-12-22 16:41:22,246 - found 4 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:22,716 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:23,158 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:41:23,485 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:23,895 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (3 rows)\n", "2025-12-22 16:41:24,262 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:24,433 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab2 (9 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:25,128 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:25,271 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab3 (11 rows)\n", "2025-12-22 16:41:25,271 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-februar.md...\n", "2025-12-22 16:41:25,296 - found 4 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:25,770 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:26,206 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:41:26,615 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:27,155 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (3 rows)\n", "2025-12-22 16:41:27,519 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:27,983 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab2 (9 rows)\n", "2025-12-22 16:41:28,746 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:29,144 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab3 (10 rows)\n", "2025-12-22 16:41:29,144 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-january.md...\n", "2025-12-22 16:41:29,157 - found 3 tables.\n", "2025-12-22 16:41:29,615 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:30,045 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:41:30,391 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:30,734 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:41:31,435 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:31,853 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab2 (11 rows)\n", "2025-12-22 16:41:31,854 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-july_20.md...\n", "2025-12-22 16:41:31,868 - found 3 tables.\n", "2025-12-22 16:41:32,516 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:32,992 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:41:33,345 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:33,707 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (11 rows)\n", "2025-12-22 16:41:33,708 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-june_20.md...\n", "2025-12-22 16:41:33,718 - found 2 tables.\n", "2025-12-22 16:41:34,234 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:34,574 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:41:34,927 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:35,348 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:41:35,348 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-may_201.md...\n", "2025-12-22 16:41:35,369 - found 2 tables.\n", "2025-12-22 16:41:36,018 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:36,561 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:41:37,004 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:37,477 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:41:37,477 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-novembe.md...\n", "2025-12-22 16:41:37,498 - found 3 tables.\n", "2025-12-22 16:41:38,044 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:38,509 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:41:38,896 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:39,511 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:41:40,243 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:40,572 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab2 (15 rows)\n", "2025-12-22 16:41:40,572 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-october.md...\n", "2025-12-22 16:41:40,597 - found 2 tables.\n", "2025-12-22 16:41:41,275 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:41,965 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:41:42,362 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:42,869 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:41:42,869 - ๐Ÿ“„ Processing knbs_batch_12_192835_consumer_price_indices_and_inflation_rates-septemb.md...\n", "2025-12-22 16:41:42,890 - found 3 tables.\n", "2025-12-22 16:41:43,665 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:44,319 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:41:44,703 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:45,193 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab1 (6 rows)\n", "2025-12-22 16:41:45,526 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:46,176 - -> Saved table: knbs_knbs_batch_12_192835_consumer_price_indi_tab2 (7 rows)\n", "2025-12-22 16:41:46,177 - ๐Ÿ“„ Processing knbs_batch_12_192835_kenya-consumer-price-indices-and-inflation-rates-a.md...\n", "2025-12-22 16:41:46,189 - found 3 tables.\n", "2025-12-22 16:41:46,647 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:46,822 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab0 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:47,150 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:47,312 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab1 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:47,869 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:41:48,024 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab2 (6 rows)\n", "2025-12-22 16:41:48,025 - ๐Ÿ“„ Processing knbs_batch_12_192835_kenya-consumer-price-indices-and-inflation-rates-j.md...\n", "2025-12-22 16:41:48,039 - found 2 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:48,513 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:49,567 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab0 (7 rows)\n", "2025-12-22 16:41:49,944 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:50,778 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab1 (9 rows)\n", "2025-12-22 16:41:50,779 - ๐Ÿ“„ Processing knbs_batch_12_192835_kenya-consumer-price-indices-and-inflation-rates-m.md...\n", "2025-12-22 16:41:50,799 - found 4 tables.\n", "2025-12-22 16:41:51,214 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:52,002 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:41:52,396 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:53,134 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:53,664 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:54,286 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab2 (6 rows)\n", "2025-12-22 16:41:54,727 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:55,125 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab3 (4 rows)\n", "2025-12-22 16:41:55,125 - ๐Ÿ“„ Processing knbs_batch_12_192835_kenya-consumer-price-indices-and-inflation-rates-n.md...\n", "2025-12-22 16:41:55,143 - found 2 tables.\n", "2025-12-22 16:41:55,797 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:56,346 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:41:56,767 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:57,456 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:57,457 - ๐Ÿ“„ Processing knbs_batch_12_192835_kenya-consumer-price-indices-and-inflation-rates-o.md...\n", "2025-12-22 16:41:57,480 - found 2 tables.\n", "2025-12-22 16:41:58,028 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:58,744 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:41:59,092 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:41:59,765 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:41:59,765 - ๐Ÿ“„ Processing knbs_batch_12_192835_kenya-consumer-price-indices-and-inflation-rates-s.md...\n", "2025-12-22 16:41:59,785 - found 2 tables.\n", "2025-12-22 16:42:00,299 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:01,389 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:42:01,755 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:02,777 - -> Saved table: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:42:02,778 - ๐Ÿ“„ Processing knbs_batch_13_192840_changes-over-the-last-one-year-may-2022-and-may-20.md...\n", "2025-12-22 16:42:02,791 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-april_2.md...\n", "2025-12-22 16:42:02,804 - found 3 tables.\n", "2025-12-22 16:42:03,294 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:03,486 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:03,894 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:04,171 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:42:04,738 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:04,992 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab2 (6 rows)\n", "2025-12-22 16:42:04,993 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-august_.md...\n", "2025-12-22 16:42:05,006 - found 2 tables.\n", "2025-12-22 16:42:05,526 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:06,472 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:42:06,836 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:08,599 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (2 rows)\n", "2025-12-22 16:42:08,599 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-decembe.md...\n", "2025-12-22 16:42:08,612 - found 1 tables.\n", "2025-12-22 16:42:09,112 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:10,881 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (15 rows)\n", "2025-12-22 16:42:10,881 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-februar.md...\n", "2025-12-22 16:42:10,903 - found 2 tables.\n", "2025-12-22 16:42:11,319 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:12,385 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (7 rows)\n", "2025-12-22 16:42:12,778 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:13,743 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (7 rows)\n", "2025-12-22 16:42:13,743 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-january.md...\n", "2025-12-22 16:42:13,754 - found 3 tables.\n", "2025-12-22 16:42:14,365 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:16,023 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:42:16,299 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:16,717 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (6 rows)\n", "2025-12-22 16:42:17,037 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:17,505 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab2 (13 rows)\n", "2025-12-22 16:42:17,506 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-july_20.md...\n", "2025-12-22 16:42:17,518 - found 2 tables.\n", "2025-12-22 16:42:18,020 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:18,363 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:42:18,735 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:19,242 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:42:19,243 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-june_20.md...\n", "2025-12-22 16:42:19,265 - found 2 tables.\n", "2025-12-22 16:42:19,667 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:19,962 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (15 rows)\n", "2025-12-22 16:42:20,340 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:20,659 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:42:20,659 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-march_2.md...\n", "2025-12-22 16:42:20,678 - found 4 tables.\n", "2025-12-22 16:42:21,174 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:21,568 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:42:21,987 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:22,393 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:42:22,926 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:23,360 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab2 (6 rows)\n", "2025-12-22 16:42:23,874 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:24,040 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab3 (4 rows)\n", "2025-12-22 16:42:24,040 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-may_201.md...\n", "2025-12-22 16:42:24,054 - found 1 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:24,476 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:24,939 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (17 rows)\n", "2025-12-22 16:42:24,940 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-novembe.md...\n", "2025-12-22 16:42:24,946 - found 2 tables.\n", "2025-12-22 16:42:25,536 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:26,027 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:42:26,408 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:26,854 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:42:26,855 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-october.md...\n", "2025-12-22 16:42:26,879 - found 2 tables.\n", "2025-12-22 16:42:27,490 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:28,038 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (15 rows)\n", "2025-12-22 16:42:28,355 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:28,886 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:42:28,887 - ๐Ÿ“„ Processing knbs_batch_13_192840_consumer_price_indices_and_inflation_rates-septemb.md...\n", "2025-12-22 16:42:28,901 - found 2 tables.\n", "2025-12-22 16:42:29,372 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:29,884 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab0 (15 rows)\n", "2025-12-22 16:42:30,288 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:30,784 - -> Saved table: knbs_knbs_batch_13_192840_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:42:30,785 - ๐Ÿ“„ Processing knbs_batch_13_192840_kenya-changes-in-prices-over-april-2023.md...\n", "2025-12-22 16:42:30,797 - ๐Ÿ“„ Processing knbs_batch_13_192840_kenya-changes-in-prices-yearly-april-2023.md...\n", "2025-12-22 16:42:30,808 - ๐Ÿ“„ Processing knbs_batch_13_192840_kenya-consumer-price-indices-and-inflation-rates-a.md...\n", "2025-12-22 16:42:30,821 - found 2 tables.\n", "2025-12-22 16:42:31,206 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:31,356 - -> Saved table: knbs_knbs_batch_13_192840_kenya_consumer_pric_tab0 (15 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:32,172 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:32,406 - -> Saved table: knbs_knbs_batch_13_192840_kenya_consumer_pric_tab1 (19 rows)\n", "2025-12-22 16:42:32,406 - ๐Ÿ“„ Processing knbs_batch_13_192840_kenya-consumer-price-indices-and-inflation-rates-m.md...\n", "2025-12-22 16:42:32,428 - found 3 tables.\n", "2025-12-22 16:42:32,841 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:33,231 - -> Saved table: knbs_knbs_batch_13_192840_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:42:33,744 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:34,050 - -> Saved table: knbs_knbs_batch_13_192840_kenya_consumer_pric_tab1 (14 rows)\n", "2025-12-22 16:42:34,826 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:34,952 - -> Saved table: knbs_knbs_batch_13_192840_kenya_consumer_pric_tab2 (20 rows)\n", "2025-12-22 16:42:34,953 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-consumer-price-indices-and-inflation-rates-a.md...\n", "2025-12-22 16:42:34,991 - found 3 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:35,386 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:35,531 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab0 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:36,107 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:36,209 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab1 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:36,986 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:37,132 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab2 (18 rows)\n", "2025-12-22 16:42:37,132 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-consumer-price-indices-and-inflation-rates-d.md...\n", "2025-12-22 16:42:37,143 - found 3 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:37,536 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:37,973 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:42:38,503 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:38,855 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab1 (14 rows)\n", "2025-12-22 16:42:39,652 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:40,007 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab2 (15 rows)\n", "2025-12-22 16:42:40,007 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-consumer-price-indices-and-inflation-rates-j.md...\n", "2025-12-22 16:42:40,031 - found 3 tables.\n", "2025-12-22 16:42:40,415 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:40,743 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:42:41,209 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:41,684 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab1 (14 rows)\n", "2025-12-22 16:42:42,450 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:42,798 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab2 (16 rows)\n", "2025-12-22 16:42:42,798 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-consumer-price-indices-and-inflation-rates-n.md...\n", "2025-12-22 16:42:42,813 - found 3 tables.\n", "2025-12-22 16:42:43,171 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:43,622 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:42:44,282 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:44,839 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab1 (14 rows)\n", "2025-12-22 16:42:45,699 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:46,326 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab2 (21 rows)\n", "2025-12-22 16:42:46,326 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-consumer-price-indices-and-inflation-rates-o.md...\n", "2025-12-22 16:42:46,348 - found 3 tables.\n", "2025-12-22 16:42:46,683 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:47,333 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:42:47,735 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:48,106 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:42:48,833 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:49,336 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab2 (16 rows)\n", "2025-12-22 16:42:49,336 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-consumer-price-indices-and-inflation-rates-s.md...\n", "2025-12-22 16:42:49,353 - found 3 tables.\n", "2025-12-22 16:42:49,723 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:50,193 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:42:50,719 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:51,080 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab1 (14 rows)\n", "2025-12-22 16:42:51,880 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:52,287 - -> Saved table: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab2 (19 rows)\n", "2025-12-22 16:42:52,288 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-highlights-of-consumer-price-indices-august-.md...\n", "2025-12-22 16:42:52,311 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-highlights-of-consumer-price-indices-july-20.md...\n", "2025-12-22 16:42:52,321 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-highlights-of-consumer-price-indices-october.md...\n", "2025-12-22 16:42:52,343 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-highlights-of-consumer-price-indices-yearly-.md...\n", "2025-12-22 16:42:52,356 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-one-month-price-changes-october-2022.md...\n", "2025-12-22 16:42:52,395 - ๐Ÿ“„ Processing knbs_batch_14_192845_kenya-one-year-price-changes-october-2022.md...\n", "2025-12-22 16:42:52,420 - ๐Ÿ“„ Processing knbs_batch_14_192845_key-highlights-of-april-2023-consumer-price-index-.md...\n", "2025-12-22 16:42:52,430 - ๐Ÿ“„ Processing knbs_batch_15_192849_consumer_price_indices_and_inflation_rates-april_2.md...\n", "2025-12-22 16:42:52,442 - found 2 tables.\n", "2025-12-22 16:42:52,968 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:53,148 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab0 (14 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:53,872 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:54,077 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab1 (19 rows)\n", "2025-12-22 16:42:54,078 - ๐Ÿ“„ Processing knbs_batch_15_192849_consumer_price_indices_and_inflation_rates-august_.md...\n", "2025-12-22 16:42:54,088 - found 2 tables.\n", "2025-12-22 16:42:54,545 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:55,080 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab0 (16 rows)\n", "2025-12-22 16:42:55,819 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:56,178 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab1 (18 rows)\n", "2025-12-22 16:42:56,179 - ๐Ÿ“„ Processing knbs_batch_15_192849_consumer_price_indices_and_inflation_rates-decembe.md...\n", "2025-12-22 16:42:56,199 - found 3 tables.\n", "2025-12-22 16:42:56,549 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:56,932 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:42:57,392 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:57,850 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:42:58,591 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:42:58,739 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab2 (15 rows)\n", "2025-12-22 16:42:58,740 - ๐Ÿ“„ Processing knbs_batch_15_192849_consumer_price_indices_and_inflation_rates-july_20.md...\n", "2025-12-22 16:42:58,756 - found 3 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:59,101 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:42:59,489 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:42:59,891 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:00,229 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:43:01,023 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:01,463 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab2 (20 rows)\n", "2025-12-22 16:43:01,464 - ๐Ÿ“„ Processing knbs_batch_15_192849_consumer_price_indices_and_inflation_rates-may_202.md...\n", "2025-12-22 16:43:01,476 - found 3 tables.\n", "2025-12-22 16:43:01,875 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:02,252 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:43:02,677 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:03,076 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:43:03,813 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:04,253 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab2 (20 rows)\n", "2025-12-22 16:43:04,253 - ๐Ÿ“„ Processing knbs_batch_15_192849_consumer_price_indices_and_inflation_rates-novembe.md...\n", "2025-12-22 16:43:04,265 - found 3 tables.\n", "2025-12-22 16:43:04,664 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:05,036 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:43:05,567 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:06,215 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:43:06,966 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:07,323 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab2 (21 rows)\n", "2025-12-22 16:43:07,324 - ๐Ÿ“„ Processing knbs_batch_15_192849_consumer_price_indices_and_inflation_rates-october.md...\n", "2025-12-22 16:43:07,348 - found 3 tables.\n", "2025-12-22 16:43:07,620 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:07,961 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:43:08,332 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:08,697 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab1 (15 rows)\n", "2025-12-22 16:43:09,505 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:09,883 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab2 (19 rows)\n", "2025-12-22 16:43:09,883 - ๐Ÿ“„ Processing knbs_batch_15_192849_consumer_price_indices_and_inflation_rates-septemb.md...\n", "2025-12-22 16:43:09,901 - found 3 tables.\n", "2025-12-22 16:43:10,253 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:10,615 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:43:11,008 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:11,592 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab1 (15 rows)\n", "2025-12-22 16:43:12,385 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:12,854 - -> Saved table: knbs_knbs_batch_15_192849_consumer_price_indi_tab2 (18 rows)\n", "2025-12-22 16:43:12,855 - ๐Ÿ“„ Processing knbs_batch_15_192849_highlights_of_consumer_price_indices_august_2022.md...\n", "2025-12-22 16:43:12,865 - ๐Ÿ“„ Processing knbs_batch_15_192849_highlights_of_consumer_price_indices_october_2022.md...\n", "2025-12-22 16:43:12,888 - ๐Ÿ“„ Processing knbs_batch_15_192849_highlights_of_consumer_price_indices_yearly_decemb.md...\n", "2025-12-22 16:43:12,907 - ๐Ÿ“„ Processing knbs_batch_15_192849_highlights_of_consumer_price_indices_yearly_novemb.md...\n", "2025-12-22 16:43:12,914 - ๐Ÿ“„ Processing knbs_batch_15_192849_kenya-one-month-price-changes-_october_2022.md...\n", "2025-12-22 16:43:12,932 - ๐Ÿ“„ Processing knbs_batch_15_192849_kenya-one-year-price-changes-_october_2022.md...\n", "2025-12-22 16:43:12,941 - ๐Ÿ“„ Processing knbs_batch_15_192849_kenya_anual_changes_in_price_may_2023.md...\n", "2025-12-22 16:43:12,952 - ๐Ÿ“„ Processing knbs_batch_15_192849_kenya_changes_in_prices_over_april_2023.md...\n", "2025-12-22 16:43:12,965 - ๐Ÿ“„ Processing knbs_batch_15_192849_kenya_changes_in_prices_yearly_april_2023.md...\n", "2025-12-22 16:43:12,973 - ๐Ÿ“„ Processing knbs_batch_15_192849_kenya_highlights_of_consumer_price_indices_april_2.md...\n", "2025-12-22 16:43:12,987 - ๐Ÿ“„ Processing knbs_batch_16_192854_consumer_price_indices_and_inflation_rates-august_.md...\n", "2025-12-22 16:43:13,006 - found 3 tables.\n", "2025-12-22 16:43:13,396 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:13,584 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab0 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:14,109 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:14,281 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab1 (12 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:15,011 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:15,245 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab2 (18 rows)\n", "2025-12-22 16:43:15,245 - ๐Ÿ“„ Processing knbs_batch_16_192854_consumer_price_indices_and_inflation_rates-july_20.md...\n", "2025-12-22 16:43:15,261 - found 3 tables.\n", "2025-12-22 16:43:15,585 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:16,185 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:43:16,694 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:17,172 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:43:17,838 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:18,481 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:43:18,482 - ๐Ÿ“„ Processing knbs_batch_16_192854_consumer_price_indices_and_inflation_rates-october.md...\n", "2025-12-22 16:43:18,496 - found 3 tables.\n", "2025-12-22 16:43:18,900 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:19,363 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:43:19,825 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:20,223 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:43:21,074 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:21,466 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:43:21,467 - ๐Ÿ“„ Processing knbs_batch_16_192854_consumer_price_indices_and_inflation_rates-septemb.md...\n", "2025-12-22 16:43:21,487 - found 3 tables.\n", "2025-12-22 16:43:21,889 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:22,309 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:43:22,842 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:23,292 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab1 (15 rows)\n", "2025-12-22 16:43:24,078 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:24,575 - -> Saved table: knbs_knbs_batch_16_192854_consumer_price_indi_tab2 (19 rows)\n", "2025-12-22 16:43:24,575 - ๐Ÿ“„ Processing knbs_batch_16_192854_highlights_of_consumer_price_indices_july_2022.md...\n", "2025-12-22 16:43:24,587 - ๐Ÿ“„ Processing knbs_batch_16_192854_kenya-consumer-price-indices-and-inflation-rates-a.md...\n", "2025-12-22 16:43:24,607 - found 4 tables.\n", "2025-12-22 16:43:25,296 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:25,459 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0 (15 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:25,829 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:26,022 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1 (3 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:26,330 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:26,554 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2 (2 rows)\n", "2025-12-22 16:43:27,271 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:27,551 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab3 (18 rows)\n", "2025-12-22 16:43:27,551 - ๐Ÿ“„ Processing knbs_batch_16_192854_kenya-consumer-price-indices-and-inflation-rates-d.md...\n", "2025-12-22 16:43:27,574 - found 3 tables.\n", "2025-12-22 16:43:28,084 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:28,567 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0 (21 rows)\n", "2025-12-22 16:43:29,005 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:29,518 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1 (11 rows)\n", "2025-12-22 16:43:30,458 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:30,972 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2 (19 rows)\n", "2025-12-22 16:43:30,972 - ๐Ÿ“„ Processing knbs_batch_16_192854_kenya-consumer-price-indices-and-inflation-rates-f.md...\n", "2025-12-22 16:43:30,995 - found 3 tables.\n", "2025-12-22 16:43:31,364 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:31,878 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:43:32,421 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:32,959 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1 (15 rows)\n", "2025-12-22 16:43:33,717 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:34,197 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2 (15 rows)\n", "2025-12-22 16:43:34,198 - ๐Ÿ“„ Processing knbs_batch_16_192854_kenya-consumer-price-indices-and-inflation-rates-j.md...\n", "2025-12-22 16:43:34,242 - found 4 tables.\n", "2025-12-22 16:43:34,692 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:35,147 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:43:35,538 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:35,992 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1 (2 rows)\n", "2025-12-22 16:43:36,417 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:36,823 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2 (2 rows)\n", "2025-12-22 16:43:37,576 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:37,903 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab3 (14 rows)\n", "2025-12-22 16:43:37,904 - ๐Ÿ“„ Processing knbs_batch_16_192854_kenya-consumer-price-indices-and-inflation-rates-m.md...\n", "2025-12-22 16:43:37,920 - found 3 tables.\n", "2025-12-22 16:43:38,324 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:38,781 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0 (15 rows)\n", "2025-12-22 16:43:39,153 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:39,713 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1 (4 rows)\n", "2025-12-22 16:43:40,420 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:40,907 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2 (15 rows)\n", "2025-12-22 16:43:40,907 - ๐Ÿ“„ Processing knbs_batch_16_192854_kenya-consumer-price-indices-and-inflation-rates-n.md...\n", "2025-12-22 16:43:40,942 - found 3 tables.\n", "2025-12-22 16:43:41,516 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:42,103 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:43:42,548 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:42,999 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1 (10 rows)\n", "2025-12-22 16:43:43,676 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:44,407 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2 (19 rows)\n", "2025-12-22 16:43:44,408 - ๐Ÿ“„ Processing knbs_batch_16_192854_kenya-consumer-price-indices-and-inflation-rates-o.md...\n", "2025-12-22 16:43:44,424 - found 3 tables.\n", "2025-12-22 16:43:44,891 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:45,291 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:43:45,664 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:46,150 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1 (9 rows)\n", "2025-12-22 16:43:46,844 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:47,393 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2 (16 rows)\n", "2025-12-22 16:43:47,394 - ๐Ÿ“„ Processing knbs_batch_16_192854_kenya-consumer-price-indices-and-inflation-rates-s.md...\n", "2025-12-22 16:43:47,407 - found 3 tables.\n", "2025-12-22 16:43:48,209 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:49,339 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:43:49,705 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:50,218 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1 (8 rows)\n", "2025-12-22 16:43:51,006 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:51,960 - -> Saved table: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2 (15 rows)\n", "2025-12-22 16:43:51,960 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-april_2.md...\n", "2025-12-22 16:43:51,977 - found 3 tables.\n", "2025-12-22 16:43:52,447 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:52,709 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (15 rows)\n", "2025-12-22 16:43:53,135 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:53,297 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (14 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:54,019 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:43:54,173 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:43:54,174 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-decembe.md...\n", "2025-12-22 16:43:54,187 - found 3 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:54,589 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:54,943 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (21 rows)\n", "2025-12-22 16:43:55,368 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:55,791 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (11 rows)\n", "2025-12-22 16:43:56,510 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:57,001 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (19 rows)\n", "2025-12-22 16:43:57,001 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-january.md...\n", "2025-12-22 16:43:57,028 - found 3 tables.\n", "2025-12-22 16:43:57,429 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:57,829 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (18 rows)\n", "2025-12-22 16:43:58,260 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:58,698 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (12 rows)\n", "2025-12-22 16:43:59,410 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:43:59,846 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (14 rows)\n", "2025-12-22 16:43:59,846 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-june_20.md...\n", "2025-12-22 16:43:59,876 - found 3 tables.\n", "2025-12-22 16:44:00,185 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:00,684 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:44:01,120 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:01,539 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:44:02,363 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:02,797 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (13 rows)\n", "2025-12-22 16:44:02,798 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-march_2.md...\n", "2025-12-22 16:44:02,825 - found 3 tables.\n", "2025-12-22 16:44:03,235 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:03,631 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:44:04,072 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:04,499 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (16 rows)\n", "2025-12-22 16:44:05,274 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:05,677 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (14 rows)\n", "2025-12-22 16:44:05,677 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-may_202.md...\n", "2025-12-22 16:44:05,690 - found 3 tables.\n", "2025-12-22 16:44:06,127 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:06,627 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (16 rows)\n", "2025-12-22 16:44:07,061 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:07,574 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:44:08,297 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:08,739 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (14 rows)\n", "2025-12-22 16:44:08,739 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-novembe.md...\n", "2025-12-22 16:44:08,760 - found 3 tables.\n", "2025-12-22 16:44:09,369 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:10,109 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (15 rows)\n", "2025-12-22 16:44:10,499 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:11,452 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (10 rows)\n", "2025-12-22 16:44:12,260 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:12,860 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (19 rows)\n", "2025-12-22 16:44:12,860 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-october.md...\n", "2025-12-22 16:44:12,888 - found 3 tables.\n", "2025-12-22 16:44:13,354 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:13,787 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:44:14,164 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:14,867 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (9 rows)\n", "2025-12-22 16:44:15,658 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:16,442 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:44:16,443 - ๐Ÿ“„ Processing knbs_batch_17_192858_consumer_price_indices_and_inflation_rates-septemb.md...\n", "2025-12-22 16:44:16,468 - found 3 tables.\n", "2025-12-22 16:44:16,804 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:17,401 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:44:17,722 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:18,416 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab1 (8 rows)\n", "2025-12-22 16:44:19,245 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:21,390 - -> Saved table: knbs_knbs_batch_17_192858_consumer_price_indi_tab2 (15 rows)\n", "2025-12-22 16:44:21,391 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-and-inflation-rates-a.md...\n", "2025-12-22 16:44:21,421 - found 3 tables.\n", "2025-12-22 16:44:21,865 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:22,306 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:44:22,703 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:23,054 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:44:23,806 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:24,098 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (16 rows)\n", "2025-12-22 16:44:24,099 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-and-inflation-rates-d.md...\n", "2025-12-22 16:44:24,123 - found 3 tables.\n", "2025-12-22 16:44:24,558 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:25,255 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:44:25,617 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:26,099 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:44:26,714 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:28,056 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (18 rows)\n", "2025-12-22 16:44:28,057 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-and-inflation-rates-f.md...\n", "2025-12-22 16:44:28,079 - found 4 tables.\n", "2025-12-22 16:44:28,528 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:29,858 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:44:30,183 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:30,980 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:44:31,701 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:32,187 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (11 rows)\n", "2025-12-22 16:44:32,736 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:33,078 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab3 (7 rows)\n", "2025-12-22 16:44:33,078 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-and-inflation-rates-j.md...\n", "2025-12-22 16:44:33,098 - found 3 tables.\n", "2025-12-22 16:44:33,500 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:34,629 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:44:35,050 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:35,750 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (12 rows)\n", "2025-12-22 16:44:36,368 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:36,729 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (20 rows)\n", "2025-12-22 16:44:36,729 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-and-inflation-rates-m.md...\n", "2025-12-22 16:44:36,752 - found 3 tables.\n", "2025-12-22 16:44:37,188 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:37,600 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (15 rows)\n", "2025-12-22 16:44:37,999 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:38,450 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (3 rows)\n", "2025-12-22 16:44:39,279 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:39,807 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (13 rows)\n", "2025-12-22 16:44:39,808 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-and-inflation-rates-n.md...\n", "2025-12-22 16:44:39,834 - found 3 tables.\n", "2025-12-22 16:44:40,309 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:41,080 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:44:41,404 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:41,983 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:44:42,689 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:43,396 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (19 rows)\n", "2025-12-22 16:44:43,396 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-and-inflation-rates-o.md...\n", "2025-12-22 16:44:43,413 - found 3 tables.\n", "2025-12-22 16:44:43,874 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:44,855 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:44:45,226 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:45,928 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:44:46,688 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:47,805 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (22 rows)\n", "2025-12-22 16:44:47,806 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-and-inflation-rates-s.md...\n", "2025-12-22 16:44:47,868 - found 3 tables.\n", "2025-12-22 16:44:48,298 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:49,334 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:44:49,654 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:50,261 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:44:50,971 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:51,599 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (17 rows)\n", "2025-12-22 16:44:51,600 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya-consumer-price-indices-rebasing-report-march.md...\n", "2025-12-22 16:44:51,645 - found 15 tables.\n", "2025-12-22 16:44:51,939 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:44:52,521 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (22 rows)\n", "2025-12-22 16:44:53,165 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:44:53,559 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (18 rows)\n", "2025-12-22 16:44:53,920 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:54,367 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (2 rows)\n", "2025-12-22 16:44:55,084 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:44:55,543 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab3 (62 rows)\n", "2025-12-22 16:44:56,003 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:44:56,178 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab4 (14 rows)\n", "2025-12-22 16:44:56,642 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:44:56,782 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab5 (10 rows)\n", "2025-12-22 16:44:57,489 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:44:57,670 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab6 (14 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:44:58,321 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:44:58,487 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab7 (16 rows)\n", "2025-12-22 16:44:59,462 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:44:59,593 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab8 (35 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:00,039 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:00,288 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab9 (6 rows)\n", "2025-12-22 16:45:01,249 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:01,491 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab10 (143 rows)\n", "2025-12-22 16:45:02,649 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:02,890 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab11 (38 rows)\n", "2025-12-22 16:45:03,762 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:45:03,952 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab12 (199 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:05,031 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:05,304 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab13 (135 rows)\n", "2025-12-22 16:45:06,894 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:45:07,053 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab14 (47 rows)\n", "2025-12-22 16:45:07,053 - ๐Ÿ“„ Processing knbs_batch_17_192858_kenya_consumer_price_indices_and_inflation_rates-f.md...\n", "2025-12-22 16:45:07,076 - found 3 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:07,473 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:07,917 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:45:08,302 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:08,706 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1 (17 rows)\n", "2025-12-22 16:45:09,502 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:09,948 - -> Saved table: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2 (15 rows)\n", "2025-12-22 16:45:09,949 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-april_2.md...\n", "2025-12-22 16:45:09,970 - found 4 tables.\n", "2025-12-22 16:45:10,430 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:10,669 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:45:10,998 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:45:11,195 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (3 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:11,551 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:45:11,661 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (2 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:12,465 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:45:12,619 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab3 (20 rows)\n", "2025-12-22 16:45:12,619 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-august_.md...\n", "2025-12-22 16:45:12,639 - found 3 tables.\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:13,126 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:13,650 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (16 rows)\n", "2025-12-22 16:45:14,058 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:14,439 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:45:15,200 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:15,581 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (16 rows)\n", "2025-12-22 16:45:15,581 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-decembe.md...\n", "2025-12-22 16:45:15,597 - found 3 tables.\n", "2025-12-22 16:45:16,092 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:16,432 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:45:16,856 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:17,235 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (14 rows)\n", "2025-12-22 16:45:17,858 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:18,192 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (18 rows)\n", "2025-12-22 16:45:18,193 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-februar.md...\n", "2025-12-22 16:45:18,205 - found 4 tables.\n", "2025-12-22 16:45:18,637 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:19,347 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:45:19,722 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:20,234 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (15 rows)\n", "2025-12-22 16:45:21,001 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:21,533 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (11 rows)\n", "2025-12-22 16:45:22,132 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:22,542 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab3 (8 rows)\n", "2025-12-22 16:45:22,542 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-january.md...\n", "2025-12-22 16:45:22,569 - found 4 tables.\n", "2025-12-22 16:45:22,993 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:23,466 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:45:23,800 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:24,331 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:45:24,998 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:25,489 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (17 rows)\n", "2025-12-22 16:45:26,126 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:26,844 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab3 (2 rows)\n", "2025-12-22 16:45:26,845 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-july_20.md...\n", "2025-12-22 16:45:26,870 - found 3 tables.\n", "2025-12-22 16:45:27,368 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:28,420 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:45:28,759 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:29,477 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (12 rows)\n", "2025-12-22 16:45:30,210 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:31,404 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (20 rows)\n", "2025-12-22 16:45:31,405 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-june_20.md...\n", "2025-12-22 16:45:31,426 - found 4 tables.\n", "2025-12-22 16:45:31,874 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:32,902 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:45:33,261 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:33,973 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (2 rows)\n", "2025-12-22 16:45:34,332 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:35,114 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (2 rows)\n", "2025-12-22 16:45:35,832 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:36,539 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab3 (14 rows)\n", "2025-12-22 16:45:36,540 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-march_2.md...\n", "2025-12-22 16:45:36,556 - found 3 tables.\n", "2025-12-22 16:45:36,957 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:37,773 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (16 rows)\n", "2025-12-22 16:45:38,104 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:38,898 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (3 rows)\n", "2025-12-22 16:45:39,520 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:40,038 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (14 rows)\n", "2025-12-22 16:45:40,038 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-novembe.md...\n", "2025-12-22 16:45:40,065 - found 3 tables.\n", "2025-12-22 16:45:40,488 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:41,030 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (14 rows)\n", "2025-12-22 16:45:41,433 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:41,874 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:45:42,641 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:43,155 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (23 rows)\n", "2025-12-22 16:45:43,155 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-october.md...\n", "2025-12-22 16:45:43,175 - found 3 tables.\n", "2025-12-22 16:45:43,592 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:44,076 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:45:44,405 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:44,944 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:45:45,793 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:46,207 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (22 rows)\n", "2025-12-22 16:45:46,207 - ๐Ÿ“„ Processing knbs_batch_18_192904_consumer_price_indices_and_inflation_rates-septemb.md...\n", "2025-12-22 16:45:46,224 - found 3 tables.\n", "2025-12-22 16:45:46,719 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:47,166 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab0 (13 rows)\n", "2025-12-22 16:45:47,541 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:47,946 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab1 (13 rows)\n", "2025-12-22 16:45:48,709 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:49,139 - -> Saved table: knbs_knbs_batch_18_192904_consumer_price_indi_tab2 (17 rows)\n", "2025-12-22 16:45:49,139 - ๐Ÿ“„ Processing knbs_batch_18_192904_kenya-consumer-price-indices-and-inflation-rates-a.md...\n", "2025-12-22 16:45:49,152 - found 3 tables.\n", "2025-12-22 16:45:49,707 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:45:49,892 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab0 (15 rows)\n", "2025-12-22 16:45:50,250 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:45:50,402 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab1 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:51,131 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:51,391 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab2 (16 rows)\n", "2025-12-22 16:45:51,392 - ๐Ÿ“„ Processing knbs_batch_18_192904_kenya-consumer-price-indices-and-inflation-rates-f.md...\n", "2025-12-22 16:45:51,417 - found 3 tables.\n", "2025-12-22 16:45:51,850 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:52,343 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:45:52,712 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:53,172 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:45:53,777 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:54,217 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab2 (19 rows)\n", "2025-12-22 16:45:54,218 - ๐Ÿ“„ Processing knbs_batch_18_192904_kenya-consumer-price-indices-and-inflation-rates-j.md...\n", "2025-12-22 16:45:54,239 - found 3 tables.\n", "2025-12-22 16:45:54,705 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:55,155 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:45:55,512 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:56,121 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:45:56,818 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:57,458 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab2 (19 rows)\n", "2025-12-22 16:45:57,459 - ๐Ÿ“„ Processing knbs_batch_18_192904_kenya-consumer-price-indices-and-inflation-rates-m.md...\n", "2025-12-22 16:45:57,476 - found 3 tables.\n", "2025-12-22 16:45:57,973 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:58,641 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab0 (15 rows)\n", "2025-12-22 16:45:58,993 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:45:59,632 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:46:00,346 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:00,932 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab2 (20 rows)\n", "2025-12-22 16:46:00,933 - ๐Ÿ“„ Processing knbs_batch_18_192904_kenya_consumer_price_indices_and_inflation_rates-m.md...\n", "2025-12-22 16:46:00,945 - found 3 tables.\n", "2025-12-22 16:46:01,380 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:02,029 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:46:02,439 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:03,138 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab1 (4 rows)\n", "2025-12-22 16:46:03,868 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:04,416 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab2 (15 rows)\n", "2025-12-22 16:46:04,416 - ๐Ÿ“„ Processing knbs_batch_18_192904_kenya_consumer_price_indices_rebasing_report-march.md...\n", "2025-12-22 16:46:04,467 - found 16 tables.\n", "2025-12-22 16:46:04,821 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:05,390 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab0 (23 rows)\n", "2025-12-22 16:46:06,094 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:06,749 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab1 (17 rows)\n", "2025-12-22 16:46:07,136 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:07,893 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab2 (2 rows)\n", "2025-12-22 16:46:08,560 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:08,791 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab3 (62 rows)\n", "2025-12-22 16:46:09,307 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:09,532 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab4 (14 rows)\n", "2025-12-22 16:46:09,878 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:10,227 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab5 (11 rows)\n", "2025-12-22 16:46:10,934 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:11,266 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab6 (14 rows)\n", "2025-12-22 16:46:11,810 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:12,052 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab7 (16 rows)\n", "2025-12-22 16:46:13,135 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:13,401 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab8 (35 rows)\n", "2025-12-22 16:46:14,264 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:14,598 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab9 (118 rows)\n", "2025-12-22 16:46:15,625 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:15,938 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab10 (105 rows)\n", "2025-12-22 16:46:17,058 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:17,308 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab11 (156 rows)\n", "2025-12-22 16:46:18,239 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:18,420 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab12 (66 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:20,642 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:20,855 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab13 (35 rows)\n", "2025-12-22 16:46:21,805 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:22,000 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab14 (182 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:22,760 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:22,973 - -> Saved table: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab15 (47 rows)\n", "2025-12-22 16:46:22,974 - ๐Ÿ“„ Processing knbs_batch_19_192908_kenya-consumer-price-indices-and-inflation-rates-a.md...\n", "2025-12-22 16:46:22,998 - found 4 tables.\n", "2025-12-22 16:46:23,445 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:23,631 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:24,020 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:24,179 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:24,926 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:25,088 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2 (10 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:25,835 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:26,019 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab3 (8 rows)\n", "2025-12-22 16:46:26,019 - ๐Ÿ“„ Processing knbs_batch_19_192908_kenya-consumer-price-indices-and-inflation-rates-d.md...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:26,039 - found 3 tables.\n", "2025-12-22 16:46:26,507 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:26,987 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0 (18 rows)\n", "2025-12-22 16:46:27,384 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:27,814 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:46:28,545 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:28,937 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2 (14 rows)\n", "2025-12-22 16:46:28,937 - ๐Ÿ“„ Processing knbs_batch_19_192908_kenya-consumer-price-indices-and-inflation-rates-f.md...\n", "2025-12-22 16:46:28,961 - found 4 tables.\n", "2025-12-22 16:46:29,371 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:29,852 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:46:30,183 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:30,699 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:46:31,453 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:31,960 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2 (12 rows)\n", "2025-12-22 16:46:31,961 - ๐Ÿ“„ Processing knbs_batch_19_192908_kenya-consumer-price-indices-and-inflation-rates-j.md...\n", "2025-12-22 16:46:31,972 - found 3 tables.\n", "2025-12-22 16:46:32,460 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:32,929 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0 (16 rows)\n", "2025-12-22 16:46:33,292 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:33,901 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1 (14 rows)\n", "2025-12-22 16:46:34,609 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:35,283 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2 (17 rows)\n", "2025-12-22 16:46:35,284 - ๐Ÿ“„ Processing knbs_batch_19_192908_kenya-consumer-price-indices-and-inflation-rates-m.md...\n", "2025-12-22 16:46:35,302 - found 4 tables.\n", "2025-12-22 16:46:35,731 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:36,245 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:46:36,610 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:37,148 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:46:37,868 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:38,469 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2 (15 rows)\n", "2025-12-22 16:46:39,213 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:39,745 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab3 (3 rows)\n", "2025-12-22 16:46:39,745 - ๐Ÿ“„ Processing knbs_batch_19_192908_kenya-consumer-price-indices-and-inflation-rates-n.md...\n", "2025-12-22 16:46:39,768 - found 3 tables.\n", "2025-12-22 16:46:40,244 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:40,631 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0 (14 rows)\n", "2025-12-22 16:46:41,027 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:41,442 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:46:42,179 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:42,604 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2 (16 rows)\n", "2025-12-22 16:46:42,604 - ๐Ÿ“„ Processing knbs_batch_19_192908_kenya-consumer-price-indices-and-inflation-rates-o.md...\n", "2025-12-22 16:46:42,626 - found 4 tables.\n", "2025-12-22 16:46:43,134 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:43,645 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0 (15 rows)\n", "2025-12-22 16:46:44,007 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:44,646 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:46:45,367 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:46,099 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2 (10 rows)\n", "2025-12-22 16:46:46,902 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:47,571 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab3 (6 rows)\n", "2025-12-22 16:46:47,571 - ๐Ÿ“„ Processing knbs_batch_19_192908_kenya-consumer-price-indices-and-inflation-rates-s.md...\n", "2025-12-22 16:46:47,585 - found 3 tables.\n", "2025-12-22 16:46:48,016 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:48,611 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0 (13 rows)\n", "2025-12-22 16:46:48,947 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:49,689 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1 (13 rows)\n", "2025-12-22 16:46:50,528 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:51,285 - -> Saved table: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2 (17 rows)\n", "2025-12-22 16:46:51,285 - ๐Ÿ“„ Processing knbs_batch_1_192735_kenya-leading-economic-indicators-december-2023.md...\n", "2025-12-22 16:46:51,377 - found 45 tables.\n", "2025-12-22 16:46:51,677 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:52,022 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab0 (43 rows)\n", "2025-12-22 16:46:52,357 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:52,773 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab1 (10 rows)\n", "2025-12-22 16:46:53,039 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:53,424 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab2 (7 rows)\n", "2025-12-22 16:46:53,935 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:54,336 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab3 (27 rows)\n", "2025-12-22 16:46:54,822 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:55,251 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab4 (28 rows)\n", "2025-12-22 16:46:56,449 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:56,798 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab5 (8 rows)\n", "2025-12-22 16:46:57,584 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:57,834 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab6 (25 rows)\n", "2025-12-22 16:46:58,373 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:46:58,688 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab7 (26 rows)\n", "2025-12-22 16:46:59,101 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:46:59,287 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab8 (7 rows)\n", "2025-12-22 16:46:59,931 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:00,172 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab9 (26 rows)\n", "2025-12-22 16:47:00,792 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:00,989 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab10 (27 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:01,899 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:02,144 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab11 (13 rows)\n", "2025-12-22 16:47:02,791 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:03,049 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab12 (13 rows)\n", "2025-12-22 16:47:03,701 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:03,913 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab13 (13 rows)\n", "2025-12-22 16:47:05,580 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:05,811 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab14 (81 rows)\n", "2025-12-22 16:47:06,997 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:07,198 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab15 (76 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:08,728 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:08,925 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab16 (82 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:09,761 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:10,048 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab17 (69 rows)\n", "2025-12-22 16:47:10,588 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:10,825 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab18 (15 rows)\n", "2025-12-22 16:47:12,208 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:12,353 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab19 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:12,928 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:13,045 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab20 (16 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:13,803 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:13,955 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab21 (16 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:15,404 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:15,732 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab22 (18 rows)\n", "2025-12-22 16:47:16,454 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:16,774 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab23 (16 rows)\n", "2025-12-22 16:47:17,495 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:17,894 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab24 (18 rows)\n", "2025-12-22 16:47:18,394 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:18,725 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab25 (26 rows)\n", "2025-12-22 16:47:19,946 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:20,342 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab26 (16 rows)\n", "2025-12-22 16:47:21,100 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:21,399 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab27 (26 rows)\n", "2025-12-22 16:47:22,074 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:22,413 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab28 (25 rows)\n", "2025-12-22 16:47:23,091 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:23,262 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab29 (27 rows)\n", "2025-12-22 16:47:23,930 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:24,049 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab30 (27 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:24,791 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:24,978 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab31 (26 rows)\n", "2025-12-22 16:47:25,551 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:25,748 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab32 (12 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:26,277 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:26,514 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab33 (26 rows)\n", "2025-12-22 16:47:27,206 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:27,424 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab34 (14 rows)\n", "2025-12-22 16:47:28,135 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:28,322 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab35 (14 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:29,004 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:29,125 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab36 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:29,855 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:30,014 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab37 (14 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:30,701 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:30,851 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab38 (14 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:31,590 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:31,759 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab39 (13 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:32,267 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:32,498 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab40 (26 rows)\n", "2025-12-22 16:47:32,954 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:33,239 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab41 (48 rows)\n", "2025-12-22 16:47:34,203 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:34,361 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab42 (15 rows)\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:35,051 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:35,272 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab43 (30 rows)\n", "2025-12-22 16:47:36,036 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:36,283 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab44 (20 rows)\n", "2025-12-22 16:47:36,283 - ๐Ÿ“„ Processing knbs_batch_1_192735_kenya-leading-economic-indicators-december-2024.md...\n", "2025-12-22 16:47:36,367 - found 45 tables.\n", "2025-12-22 16:47:36,686 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:37,117 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab0 (10 rows)\n", "2025-12-22 16:47:37,455 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:38,062 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab1 (5 rows)\n", "2025-12-22 16:47:38,636 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:38,638 - โŒ Failed knbs_batch_1_192735_kenya-leading-economic-indicators-december-2024.md: A column with name 'nan_column' is already present in table 'knbs_knbs_batch_1_192735_kenya_leading_econom_tab2'.\n", "2025-12-22 16:47:38,638 - ๐Ÿ“„ Processing knbs_batch_1_192735_kenya-leading-economic-indicators-february-2025.md...\n", "2025-12-22 16:47:38,761 - found 62 tables.\n", "2025-12-22 16:47:39,076 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:39,476 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab0 (55 rows)\n", "2025-12-22 16:47:39,790 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:40,183 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab1 (12 rows)\n", "2025-12-22 16:47:40,486 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:40,828 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab2 (3 rows)\n", "2025-12-22 16:47:41,174 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:41,482 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab3 (4 rows)\n", "2025-12-22 16:47:41,788 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:42,250 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab4 (3 rows)\n", "2025-12-22 16:47:42,556 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:43,469 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab5 (3 rows)\n", "2025-12-22 16:47:43,809 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:44,715 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab6 (2 rows)\n", "2025-12-22 16:47:45,070 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:45,729 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab7 (3 rows)\n", "2025-12-22 16:47:46,061 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:46,655 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab8 (2 rows)\n", "2025-12-22 16:47:47,028 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:47,753 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab9 (2 rows)\n", "2025-12-22 16:47:48,030 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:49,596 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab10 (2 rows)\n", "2025-12-22 16:47:50,217 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:47:51,486 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab11 (29 rows)\n", "2025-12-22 16:47:52,085 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:53,216 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab12 (28 rows)\n", "2025-12-22 16:47:53,811 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:54,792 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab13 (28 rows)\n", "2025-12-22 16:47:55,181 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:56,387 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab14 (3 rows)\n", "2025-12-22 16:47:56,801 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:57,486 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab15 (4 rows)\n", "2025-12-22 16:47:58,022 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:58,649 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab16 (27 rows)\n", "2025-12-22 16:47:58,942 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:47:59,502 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab18 (3 rows)\n", "2025-12-22 16:47:59,888 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:00,450 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab19 (6 rows)\n", "2025-12-22 16:48:01,055 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:02,347 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab20 (5 rows)\n", "2025-12-22 16:48:02,706 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:48:03,482 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab21 (7 rows)\n", "2025-12-22 16:48:04,662 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:05,962 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab22 (71 rows)\n", "2025-12-22 16:48:06,378 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:07,184 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab23 (70 rows)\n", "2025-12-22 16:48:07,495 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n", "2025-12-22 16:48:07,979 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab24 (4 rows)\n", "2025-12-22 16:48:08,874 - HTTP Request: POST http://127.0.0.1:25000/api/chat \"HTTP/1.1 200 OK\"\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:09,435 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab25 (10 rows)\n", "2025-12-22 16:48:09,569 - LLM Header clean failed (Table 26): Server disconnected without sending a response.\n", "2025-12-22 16:48:10,478 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab26 (58 rows)\n", "2025-12-22 16:48:10,480 - LLM Header clean failed (Table 27): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:11,066 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab27 (3 rows)\n", "2025-12-22 16:48:11,068 - LLM Header clean failed (Table 28): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:11,663 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab28 (16 rows)\n", "2025-12-22 16:48:11,665 - LLM Header clean failed (Table 30): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:12,238 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab30 (17 rows)\n", "2025-12-22 16:48:12,240 - LLM Header clean failed (Table 31): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:12,861 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab31 (14 rows)\n", "2025-12-22 16:48:12,863 - LLM Header clean failed (Table 32): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:13,460 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab32 (4 rows)\n", "2025-12-22 16:48:13,461 - LLM Header clean failed (Table 33): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:13,932 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab33 (3 rows)\n", "2025-12-22 16:48:13,934 - LLM Header clean failed (Table 35): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:14,542 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab35 (19 rows)\n", "2025-12-22 16:48:14,544 - LLM Header clean failed (Table 36): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:14,976 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab36 (2 rows)\n", "2025-12-22 16:48:14,978 - LLM Header clean failed (Table 37): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:15,428 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab37 (15 rows)\n", "2025-12-22 16:48:15,430 - LLM Header clean failed (Table 38): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:15,926 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab38 (18 rows)\n", "2025-12-22 16:48:15,928 - LLM Header clean failed (Table 39): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:16,370 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab39 (29 rows)\n", "2025-12-22 16:48:16,372 - LLM Header clean failed (Table 40): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:16,813 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab40 (2 rows)\n", "2025-12-22 16:48:16,815 - LLM Header clean failed (Table 41): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:17,227 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab41 (28 rows)\n", "2025-12-22 16:48:17,228 - LLM Header clean failed (Table 42): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:17,723 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab42 (28 rows)\n", "2025-12-22 16:48:17,725 - LLM Header clean failed (Table 43): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:18,327 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab43 (2 rows)\n", "2025-12-22 16:48:18,329 - LLM Header clean failed (Table 44): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:19,025 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab44 (27 rows)\n", "2025-12-22 16:48:19,027 - LLM Header clean failed (Table 45): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:19,195 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab45 (13 rows)\n", "2025-12-22 16:48:19,196 - LLM Header clean failed (Table 46): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:19,521 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab46 (3 rows)\n", "2025-12-22 16:48:19,524 - LLM Header clean failed (Table 48): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:19,729 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab48 (5 rows)\n", "2025-12-22 16:48:19,731 - LLM Header clean failed (Table 49): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:19,918 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab49 (13 rows)\n", "2025-12-22 16:48:19,920 - LLM Header clean failed (Table 50): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:20,131 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab50 (13 rows)\n", "2025-12-22 16:48:20,132 - LLM Header clean failed (Table 51): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:20,324 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab51 (14 rows)\n", "2025-12-22 16:48:20,326 - LLM Header clean failed (Table 52): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:20,532 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab52 (10 rows)\n", "2025-12-22 16:48:20,534 - LLM Header clean failed (Table 53): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:20,793 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab53 (3 rows)\n", "2025-12-22 16:48:20,795 - LLM Header clean failed (Table 54): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:21,014 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab54 (3 rows)\n", "2025-12-22 16:48:21,015 - LLM Header clean failed (Table 55): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:21,215 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab55 (5 rows)\n", "2025-12-22 16:48:21,216 - LLM Header clean failed (Table 56): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:21,463 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab56 (3 rows)\n", "2025-12-22 16:48:21,464 - LLM Header clean failed (Table 57): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:21,672 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab57 (14 rows)\n", "2025-12-22 16:48:21,674 - LLM Header clean failed (Table 58): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:21,849 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab58 (12 rows)\n", "2025-12-22 16:48:21,851 - LLM Header clean failed (Table 59): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:22,058 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab59 (6 rows)\n", "2025-12-22 16:48:22,060 - LLM Header clean failed (Table 60): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:22,279 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab60 (2 rows)\n", "2025-12-22 16:48:22,281 - LLM Header clean failed (Table 61): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:22,458 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab61 (19 rows)\n", "2025-12-22 16:48:22,459 - ๐Ÿ“„ Processing knbs_batch_1_192735_kenya-leading-economic-indicators-january-2025.md...\n", "2025-12-22 16:48:22,553 - found 46 tables.\n", "2025-12-22 16:48:22,555 - LLM Header clean failed (Table 0): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:23,118 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab0 (43 rows)\n", "2025-12-22 16:48:23,120 - LLM Header clean failed (Table 1): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:23,575 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab1 (11 rows)\n", "2025-12-22 16:48:23,577 - LLM Header clean failed (Table 2): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:24,086 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab2 (6 rows)\n", "2025-12-22 16:48:24,088 - LLM Header clean failed (Table 3): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:24,587 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab3 (30 rows)\n", "2025-12-22 16:48:24,589 - LLM Header clean failed (Table 4): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:25,479 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab4 (28 rows)\n", "2025-12-22 16:48:25,482 - LLM Header clean failed (Table 5): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:26,014 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab5 (28 rows)\n", "2025-12-22 16:48:26,016 - LLM Header clean failed (Table 6): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:26,651 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab6 (29 rows)\n", "2025-12-22 16:48:26,653 - LLM Header clean failed (Table 7): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:27,091 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab7 (28 rows)\n", "2025-12-22 16:48:27,092 - LLM Header clean failed (Table 8): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:27,633 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab8 (15 rows)\n", "2025-12-22 16:48:27,635 - LLM Header clean failed (Table 9): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:28,113 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab9 (13 rows)\n", "2025-12-22 16:48:28,115 - LLM Header clean failed (Table 10): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:28,618 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab10 (13 rows)\n", "2025-12-22 16:48:28,620 - LLM Header clean failed (Table 11): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:29,142 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab11 (74 rows)\n", "2025-12-22 16:48:29,144 - LLM Header clean failed (Table 12): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:29,540 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab12 (49 rows)\n", "2025-12-22 16:48:29,542 - LLM Header clean failed (Table 13): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:30,305 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab13 (72 rows)\n", "2025-12-22 16:48:30,307 - LLM Header clean failed (Table 14): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:31,102 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab14 (51 rows)\n", "2025-12-22 16:48:31,103 - LLM Header clean failed (Table 15): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:31,789 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab15 (2 rows)\n", "2025-12-22 16:48:31,790 - LLM Header clean failed (Table 16): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:32,555 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab16 (15 rows)\n", "2025-12-22 16:48:32,557 - LLM Header clean failed (Table 17): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:33,127 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab17 (14 rows)\n", "2025-12-22 16:48:33,128 - LLM Header clean failed (Table 18): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:33,789 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab18 (15 rows)\n", "2025-12-22 16:48:33,790 - LLM Header clean failed (Table 19): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:34,304 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab19 (15 rows)\n", "2025-12-22 16:48:34,306 - LLM Header clean failed (Table 20): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:34,767 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab20 (17 rows)\n", "2025-12-22 16:48:34,768 - LLM Header clean failed (Table 21): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:35,259 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab21 (15 rows)\n", "2025-12-22 16:48:35,261 - LLM Header clean failed (Table 22): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:35,904 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab22 (18 rows)\n", "2025-12-22 16:48:35,906 - LLM Header clean failed (Table 23): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:36,601 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab23 (17 rows)\n", "2025-12-22 16:48:36,603 - LLM Header clean failed (Table 24): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2025-12-22 16:48:37,173 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab24 (16 rows)\n", "2025-12-22 16:48:37,175 - LLM Header clean failed (Table 25): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n", "2025-12-22 16:48:37,615 - -> Saved table: knbs_knbs_batch_1_192735_kenya_leading_econom_tab25 (28 rows)\n", "2025-12-22 16:48:37,617 - LLM Header clean failed (Table 26): Failed to connect to Ollama. Please check that Ollama is downloaded, running and accessible. https://ollama.com/download\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ ":39: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing `errors` and catch exceptions explicitly instead\n", "\n", "KeyboardInterrupt\n", "\n" ] } ], "source": [ "# Define parameters\n", "KNBS_DIR = os.path.join(SCRATCH_DIR, \"mshauri-fedha/data/knbs/marker-output\")\n", "DB_NAME = \"mshauri_fedha_v6.db\"\n", "\n", "# Run the Ingestion\n", "ingest_knbs_data(\n", " input_dir=KNBS_DIR, \n", " db_name=DB_NAME, \n", " model=\"qwen2.5:14b\"\n", ")" ] }, { "cell_type": "code", "execution_count": 40, "id": "db7789b3-c59d-4958-bd1d-388a2ef525fb", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "๐Ÿงน Scanning for KNBS tables in mshauri_fedha_v6.db...\n", "found 349 tables to remove.\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_kenya_quarterly_gr_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_producer_price_ind_tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_quarterly_gross_do_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_quarterly_gross_do_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_quarterly_gross_do_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_quarterly_gross_do_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_quarterly_gross_do_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_100_194427_quarterly_gross_do_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab11\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab12\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab13\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_kenya_quarterly_gr_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_quarterly_gross_do_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_101_194432_quarterly_gross_do_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_kenya_quarterly_ba_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab11\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab12\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab13\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_102_194437_quarterly_gross_do_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_kenya_quarterly_ba_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_quarterly_balance__tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_quarterly_balance__tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_quarterly_balance__tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_quarterly_balance__tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_quarterly_balance__tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_quarterly_balance__tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_quarterly_balance__tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_quarterly_balance__tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_trade_bop_statisti_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_trade_bop_statisti_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_trade_bop_statisti_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_trade_bop_statisti_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_trade_bop_statisti_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_103_194442_trade_bop_statisti_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_kenya_quarterly_ba_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_quarterly_balance__tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_trade_statistics_b_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_trade_statistics_b_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_trade_statistics_b_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_trade_statistics_b_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_104_194448_trade_statistics_b_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab11\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab12\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab13\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab14\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab15\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab16\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab17\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab18\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab19\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab20\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab21\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab22\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_2024_gross_county__tab23\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_construction_input_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_construction_input_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_construction_input_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_construction_input_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab11\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab12\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab13\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab14\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab15\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab16\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab17\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab18\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab19\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab20\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab21\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_gross_county_produ_tab22\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab11\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab12\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab13\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_gross_county_tab14\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_kenya_quarterly_ba_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_105_194456_quarterly_balance__tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_construction_input_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_construction_input_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_construction_input_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_construction_input_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_kenya_construction_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_kenya_construction_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_kenya_construction_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_kenya_construction_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_kenya_consumer_pri_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_kenya_consumer_pri_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_106_194506_kenya_consumer_pri_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_107_194511_construction_input_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_107_194511_construction_input_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_107_194511_construction_input_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_107_194511_construction_input_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_107_194511_consumer_price_ind_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_107_194511_consumer_price_ind_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_107_194511_consumer_price_ind_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_10_192826_consumer_price_indi_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_10_192826_consumer_price_indi_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_10_192826_consumer_price_indi_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_11_192830_consumer_price_indi_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_11_192830_consumer_price_indi_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_11_192830_consumer_price_indi_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_11_192830_kenya_consumer_pric_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_12_192835_consumer_price_indi_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_12_192835_consumer_price_indi_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_12_192835_consumer_price_indi_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_12_192835_consumer_price_indi_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_12_192835_kenya_consumer_pric_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_13_192840_consumer_price_indi_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_13_192840_consumer_price_indi_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_13_192840_consumer_price_indi_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_13_192840_consumer_price_indi_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_13_192840_kenya_consumer_pric_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_13_192840_kenya_consumer_pric_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_13_192840_kenya_consumer_pric_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_14_192845_kenya_consumer_pric_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_15_192849_consumer_price_indi_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_15_192849_consumer_price_indi_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_15_192849_consumer_price_indi_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_16_192854_consumer_price_indi_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_16_192854_consumer_price_indi_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_16_192854_consumer_price_indi_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_16_192854_kenya_consumer_pric_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_consumer_price_indi_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_consumer_price_indi_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_consumer_price_indi_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab11\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab12\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab13\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab14\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_17_192858_kenya_consumer_pric_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_consumer_price_indi_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_consumer_price_indi_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_consumer_price_indi_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_consumer_price_indi_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab11\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab12\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab13\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab14\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_18_192904_kenya_consumer_pric_tab15\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_19_192908_kenya_consumer_pric_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab29\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab34\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab26\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab27\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab28\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab30\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab31\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab32\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab33\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab35\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab36\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab37\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab38\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab39\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab40\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab41\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab42\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab43\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab44\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab45\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab46\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab48\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab49\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab50\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab51\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab52\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab53\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab54\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab55\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab56\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab57\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab58\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab59\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab60\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab61\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab0\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab1\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab2\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab3\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab4\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab5\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab6\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab7\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab8\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab9\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab10\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab11\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab12\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab13\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab14\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab15\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab16\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab17\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab18\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab19\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab20\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab21\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab22\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab23\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab24\n", " ๐Ÿ—‘๏ธ Dropped: knbs_knbs_batch_1_192735_kenya_leading_econom_tab25\n", "โœจ Cleanup Complete.\n" ] } ], "source": [ "# Connect\n", "engine = create_engine(f\"sqlite:///{db_name}\")\n", "\n", "print(f\"๐Ÿงน Scanning for KNBS tables in {db_name}...\")\n", "\n", "with engine.connect() as conn:\n", " # Find all tables starting with 'knbs_'\n", " query = text(\"SELECT name FROM sqlite_master WHERE type='table' AND name LIKE 'knbs_%'\")\n", " knbs_tables = [t[0] for t in conn.execute(query).fetchall()]\n", " \n", " if not knbs_tables:\n", " print(\"โœ… No KNBS tables found.\")\n", " else:\n", " print(f\"found {len(knbs_tables)} tables to remove.\")\n", " for t in knbs_tables:\n", " conn.execute(text(f'DROP TABLE \"{t}\"'))\n", " print(f\" ๐Ÿ—‘๏ธ Dropped: {t}\")\n", " conn.commit()\n", "\n", "print(\"โœจ Cleanup Complete.\")" ] }, { "cell_type": "code", "execution_count": null, "id": "a428386e-ddd7-4192-9101-31840f432eb2", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.3" } }, "nbformat": 4, "nbformat_minor": 5 }