From 69477c6a8c42c432dd4afa5c01858a8a2ed2e752 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 18 Jun 2024 14:09:32 +0200 Subject: [PATCH] Timeseries: Get rid of bs Markdown cell --- .../timeseries-queries-and-visualization.ipynb | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/topic/timeseries/timeseries-queries-and-visualization.ipynb b/topic/timeseries/timeseries-queries-and-visualization.ipynb index 1c632056..6a03fe3e 100644 --- a/topic/timeseries/timeseries-queries-and-visualization.ipynb +++ b/topic/timeseries/timeseries-queries-and-visualization.ipynb @@ -179,22 +179,6 @@ " \"\"\"))" ] }, - { - "cell_type": "markdown", - "id": "78d9e1ae", - "metadata": {}, - "source": [ - "The result contains information about the successfully written rows and potential\n", - "errors that might have occurred. The output is expected to look roughly like this:\n", - "```python\n", - "[({'id': '', 'name': ''},\n", - " 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_weather.csv.gz', 70000, 0, {} )]\n", - "```\n", - "\n", - "The response indicates that 70,000 records have been successfully loaded, and that\n", - "no errors happened." - ] - }, { "cell_type": "markdown", "id": "226e67f8",