Skip to content

Commit

Permalink
docs(datafusion): add in the real logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Sep 16, 2024
1 parent 9d54759 commit 171f058
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions docs/presentations/datafusion-meetup-nyc-2024/talk.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
title: "Dataframe Interfaces are a nightmare"
title-slide-attributes:
data-background-image: ./images/patrick.png
data-background-size: 50%
data-background-opacity: "0.25"
author: Gil Forsyth
date: "2024-09-14"
execute:
Expand All @@ -10,7 +14,7 @@ format:
footer: <https://ibis-project.org/presentations/datafusion-meetup-nyc-2024/talk>
---

## Who?
## Who? {background-image=./images/patrick.png background-size='50%' background-opacity='.25'}

:::: {.columns}

Expand Down Expand Up @@ -141,12 +145,16 @@ SELECT SUM(CAST(STRPOS(LOWER("t0"."name"), 'darth') > 0 AS INT)) FROM "starwars"
* DataFrame interface
* Pretty cool
* Independently governed
* Started by Wes McKinney
:::


::: {.column width="50%"}
![](../../logo.svg){fig-align="center"}
::: {.r-stack}
![](../../logo.svg){.fragment .fade-in-then-out}

![](./images/patrick.png){.fragment}
:::
:::
::::

Expand Down

0 comments on commit 171f058

Please sign in to comment.