Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Clarke committed Aug 19, 2024
1 parent 5df1fd6 commit 4229d3e
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions docs/mkdocs/docs/notebooks/ArcticDB_billion_row_challenge.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,7 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Requirement already satisfied: arcticdb in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (4.5.0)\n",
"Requirement already satisfied: numpy<2 in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from arcticdb) (1.26.4)\n",
"Requirement already satisfied: protobuf>=3.5.0.post1 in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from arcticdb) (5.27.3)\n",
"Requirement already satisfied: packaging in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from arcticdb) (24.1)\n",
"Requirement already satisfied: pandas in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from arcticdb) (2.2.2)\n",
"Requirement already satisfied: pyyaml in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from arcticdb) (6.0.2)\n",
"Requirement already satisfied: attrs in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from arcticdb) (24.2.0)\n",
"Requirement already satisfied: msgpack>=0.5.0 in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from arcticdb) (1.0.8)\n",
"Requirement already satisfied: pytz>=2020.1 in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from pandas->arcticdb) (2024.1)\n",
"Requirement already satisfied: tzdata>=2022.7 in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from pandas->arcticdb) (2024.1)\n",
"Requirement already satisfied: python-dateutil>=2.8.2 in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from pandas->arcticdb) (2.9.0.post0)\n",
"Requirement already satisfied: six>=1.5 in /home/nclarke/pyenvs/adb_4.5.0/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->arcticdb) (1.16.0)\n"
]
}
],
"outputs": [],
"source": [
"!pip install arcticdb"
]
Expand Down Expand Up @@ -360,7 +341,7 @@
"* This version reads and aggregates in chunks\n",
"* It has the same end result as the simpler version above\n",
"* It performs almost as well and needs less memory\n",
"* In partcular, it will run within the memory on the free version of Google colab"
"* In particular, it will run within the memory on the free version of Google colab"
]
},
{
Expand Down

0 comments on commit 4229d3e

Please sign in to comment.