Skip to content

Commit

Permalink
Update doc/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Liquet <35924738+maximlt@users.noreply.github.com>
  • Loading branch information
ahuang11 and maximlt authored Sep 23, 2024
1 parent ae74adc commit 0c6efdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ df_duckdb = duckdb.from_df(df)
table = df_duckdb.groupby(['origin', 'mfr'])['mpg'].mean().sort_values().tail(5)
table.hvplot.barh('mfr', 'mpg', by='origin', stacked=True)
```
```{image} ./_static/home/dask.gif
```{image} ./_static/home/pandas.gif
---
alt: Works with DuckDB
align: center
Expand Down

0 comments on commit 0c6efdc

Please sign in to comment.