Skip to content

Commit

Permalink
fix: download imdb data (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored May 15, 2024
1 parent eed05a8 commit 4d9641e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quarto/00 - Start Here.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Let's continue by loading some IMDB ratings data into a local PostgreSQL databas
We will do this using DuckDB, yes you can do that!

```{python}
!curl -OLsS 'https://storage.googleapis.com/ibis-tutorial-data/imdb/2024-03-22/imdb_title_ratings.parquet'
!curl -OLsS 'https://storage.googleapis.com/ibis-tutorial-data/imdb/2024-03-22/imdb_title_basics.parquet'
!psql < demo/create_imdb.sql
!duckdb < load_imdb.sql
```
Expand Down

0 comments on commit 4d9641e

Please sign in to comment.