Skip to content

Commit 69477c6

Browse files
committed
Timeseries: Get rid of bs Markdown cell
1 parent 0a43ecc commit 69477c6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

topic/timeseries/timeseries-queries-and-visualization.ipynb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -179,22 +179,6 @@
179179
" \"\"\"))"
180180
]
181181
},
182-
{
183-
"cell_type": "markdown",
184-
"id": "78d9e1ae",
185-
"metadata": {},
186-
"source": [
187-
"The result contains information about the successfully written rows and potential\n",
188-
"errors that might have occurred. The output is expected to look roughly like this:\n",
189-
"```python\n",
190-
"[({'id': '<SOME_ID>', 'name': '<SOME_NAME>'},\n",
191-
" 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_weather.csv.gz', 70000, 0, {} )]\n",
192-
"```\n",
193-
"\n",
194-
"The response indicates that 70,000 records have been successfully loaded, and that\n",
195-
"no errors happened."
196-
]
197-
},
198182
{
199183
"cell_type": "markdown",
200184
"id": "226e67f8",

0 commit comments

Comments
 (0)