Skip to content

Commit

Permalink
Added taxi data notebook to list of available notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprickett authored Feb 4, 2025
1 parent 2fb163b commit 0bc68ce
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ This notebook demonstrates full-text and vector similarity search using data abo

<a target="_blank" href="https://colab.research.google.com/github/crate/academy-fundamentals-course/blob/main/notebooks/search/full_text_and_vector_search.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
</a>

## Taxi Data

This notebook demonstrates some queries using the taxi data. It also re-uses a few geospatial queries from the Multi-Model Data notebook.

<a target="_blank" href="https://colab.research.google.com/github/crate/academy-fundamentals-course/blob/main/notebooks/taxi_data/taxi_data.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

0 comments on commit 0bc68ce

Please sign in to comment.