Skip to content

Commit

Permalink
fix: Minor wording change.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Feb 23, 2024
1 parent 283f151 commit 2a8b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nyc-taxi-rides.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const vg = vgplot(vg => [ vg.loadParquet("trips", url(trips)) ]);
# NYC Taxi Rides
## Pickup and dropoff points for 1M NYC taxi rides on Jan 1-3, 2010.

In a data loader, we ingest a remote file into DuckDB and project [_longitude_, _latitude_] coordinates (in the database!) to spatial positions with units of 12 inch feet.
Using a data loader, we ingest a remote file into DuckDB and project [_longitude_, _latitude_] coordinates (in the database!) to spatial positions with units of 12 inch feet.
We then load the prepared data to visualize taxi pickup and dropoff locations, as well as the volume of rides by the time of day.

_Please wait a few seconds for the dataset to load._
Expand Down

0 comments on commit 2a8b57c

Please sign in to comment.