Skip to content

Commit

Permalink
chore: show code
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 18, 2024
1 parent 63c7c61 commit 17bace0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/presentations/linkedin-meetup-2024-04-24.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,15 @@ to_graph(expr)

## Components: compiler

:::: {.r-hstack}
```python
expr = (
penguins
.group_by("species")
.agg(avg_bill_mm=_.bill_length_mm.mean())
)
```

:::: {.r-hstack .semi-fade-out}

::: {.fragment}

Expand All @@ -449,14 +457,18 @@ graph BT

:::

:::: {.r-vstack}
:::: {.r-stack}

::: {.fragment}

![](./compile.png){width="70%" height="70%" fig-align="center"}

:::

::: {.fragment}
![](./magic.gif){fig-align="center"}
:::

::::

::::
Expand Down

0 comments on commit 17bace0

Please sign in to comment.