Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/lonboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ We'll use the same bounding box for Milan.
bbox = 9.125034,45.433352,9.245223,45.507116
```

And we'll use the `record_bath_reader` method to pull the data into a PyArrow table. This time we'll grab buildings data.
And we'll use the `record_batch_reader` method to pull the data into a PyArrow table. This time we'll grab buildings data.

``` python
# need feature type and bounding box as arguments
Expand Down
Loading