Skip to content

Commit

Permalink
docs(datafusion): ibis AND, plus capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Sep 17, 2024
1 parent a48aed3 commit 2c6c825
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/presentations/datafusion-meetup-nyc-2024/talk.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ See: Apache Arrow and the “10 Things I Hate About pandas”
:::
::::

## Should I use Ibis _instead_ of `X`?

Nope. You should use Ibis _with_ `X`.

## Demo code (for reference)

::: {.panel-tabset}
Expand Down Expand Up @@ -404,7 +408,7 @@ def main():
)
```

### Ibis+Datafusion PyPI
### Ibis+DataFusion PyPI

```python
import glob
Expand Down Expand Up @@ -444,7 +448,7 @@ expr = (
)
```

### Ibis+Datafusion PyPI (full)
### Ibis+DataFusion PyPI (full)

```python
import ibis
Expand Down

0 comments on commit 2c6c825

Please sign in to comment.