Skip to content

Commit 7585b2d

Browse files
committed
core: update requirements for ReadTheDocs
1 parent 88e09fd commit 7585b2d

File tree

3 files changed

+7
-375
lines changed

3 files changed

+7
-375
lines changed

docs/copy_of_examples/1-Per-Module/7-urban_pipeline.ipynb

Lines changed: 0 additions & 374 deletions
This file was deleted.

docs/copy_of_examples/4-External-Libraries-Usages/2-interactive_table_vis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"outputs": [],
5353
"source": [
5454
"# Load CSV data (replace '<path>' with your file path)\n",
55-
"csv_loader = mapper.loader.from_huggingface(\"oscur/taxisvis1M\").with_columns(\"pickup_latitude\", \"pickup_longitude\")\n",
55+
"csv_loader = mapper.loader.from_huggingface(\"oscur/taxisvis1M\", number_of_rows=1000, streaming=True).with_columns(\"pickup_latitude\", \"pickup_longitude\")\n",
5656
"data = csv_loader.load()\n",
5757
"data.head() # Preview the first few rows"
5858
]

0 commit comments

Comments
 (0)