docs: switch python examples to be row based (#554)

This commit is contained in:
Rok Mihevc
2023-10-14 23:07:43 +02:00
committed by Weston Pace
parent 7b5bfadab2
commit 377a564904
5 changed files with 41 additions and 50 deletions

View File

@@ -39,7 +39,6 @@ to lazily generate data:
from typing import Iterable
import pyarrow as pa
import lancedb
def make_batches() -> Iterable[pa.RecordBatch]:
for i in range(5):