Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgSkv authored Dec 8, 2024
1 parent 02aba2c commit 6b94164
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ Let's use beer variety dataset from [plotly](https://github.com/plotly/datasets/
Let us find top 5 states with largest variety of beers. In each state we will pick city with the largest
variety in the state.

To run this example you will need to install DuckDB if you don't yet have it on your system. Luckily installing DuckDB is easy:

```
python3 -m pip install duckdb
```

Program `beer.l`:

```
Expand Down

0 comments on commit 6b94164

Please sign in to comment.