Skip to content

Commit

Permalink
Timeseries: Get rid of bs Markdown cell
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 18, 2024
1 parent 0a43ecc commit 69477c6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions topic/timeseries/timeseries-queries-and-visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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': '<SOME_ID>', 'name': '<SOME_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",
Expand Down

0 comments on commit 69477c6

Please sign in to comment.