Skip to content

Commit bdcff10

Browse files
committed
Driver: Improve referring to dataframe libraries
1 parent 7314904 commit bdcff10

File tree

1 file changed

+43
-10
lines changed

1 file changed

+43
-10
lines changed

docs/connect/python.md

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,49 @@ record communication as other popular ODBC modules do.
285285
(dataframe-examples)=
286286
## Dataframe libraries
287287

288-
How to use CrateDB together with popular open-source DataFrame libraries.
289-
290-
### Dask
291-
- {ref}`dask`
292-
293-
### pandas
294-
- {ref}`pandas`
295-
296-
### Polars
297-
- {ref}`polars`
288+
How to use CrateDB together with popular open-source dataframe libraries.
289+
290+
:::::{grid} 2 2 2 4
291+
:margin: 4 4 0 0
292+
:padding: 0
293+
294+
::::{grid-item-card} Dask
295+
:link: dask
296+
:link-type: ref
297+
:link-alt: Connect to CrateDB using Dask
298+
:padding: 3
299+
:text-align: center
300+
:class-card: sd-pt-3
301+
:class-body: sd-fs-1
302+
:class-title: sd-fs-6
303+
![](https://github.com/crate/crate-clients-tools/assets/453543/99bd2234-c501-479b-ade7-bcc2bfc1f288){height=40px}
304+
::::
305+
306+
::::{grid-item-card} pandas
307+
:link: pandas
308+
:link-type: ref
309+
:link-alt: Connect to CrateDB using pandas
310+
:padding: 3
311+
:text-align: center
312+
:class-card: sd-pt-3
313+
:class-body: sd-fs-1
314+
:class-title: sd-fs-6
315+
![pandas logo](https://pandas.pydata.org/static/img/pandas.svg){height=40px}
316+
::::
317+
318+
::::{grid-item-card} Polars
319+
:link: polars
320+
:link-type: ref
321+
:link-alt: Connect to CrateDB using Polars
322+
:padding: 3
323+
:text-align: center
324+
:class-card: sd-pt-3
325+
:class-body: sd-fs-1
326+
:class-title: sd-fs-6
327+
![Polars logo](https://github.com/pola-rs/polars-static/raw/master/logos/polars-logo-dark.svg){height=40px}
328+
::::
329+
330+
:::::
298331

299332

300333

0 commit comments

Comments
 (0)