From f8b0ce6f885837f92a1383fb5c77d52efbf4cad8 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 7 Feb 2024 18:24:42 +0100 Subject: [PATCH] Dataframes: Fix links to code examples about pandas and Dask --- docs/connect/df.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/connect/df.md b/docs/connect/df.md index 62c4791..2f4044c 100644 --- a/docs/connect/df.md +++ b/docs/connect/df.md @@ -115,13 +115,13 @@ This allows you to easily integrate Polars into your existing data stack. [Apache Arrow]: https://arrow.apache.org/ [Dask]: https://www.dask.org/ -[Dask code examples]: https://github.com/crate/cratedb-examples/tree/main/by-language/python-sqlalchemy +[Dask code examples]: https://github.com/crate/cratedb-examples/tree/main/by-dataframe/dask [Dask DataFrames]: https://docs.dask.org/en/latest/dataframe.html [Dask Futures]: https://docs.dask.org/en/latest/futures.html [Efficient batch/bulk INSERT operations with pandas, Dask, and SQLAlchemy]: https://cratedb.com/docs/python/en/latest/by-example/sqlalchemy/dataframe.html [Importing Parquet files into CrateDB using Apache Arrow and SQLAlchemy]: https://community.crate.io/t/importing-parquet-files-into-cratedb-using-apache-arrow-and-sqlalchemy/1161 [pandas]: https://pandas.pydata.org/ -[pandas code examples]: https://github.com/crate/cratedb-examples/tree/main/by-language/python-sqlalchemy +[pandas code examples]: https://github.com/crate/cratedb-examples/tree/main/by-dataframe/pandas [Polars]: https://pola.rs/ [Polars code examples]: https://github.com/crate/cratedb-examples/tree/main/by-dataframe/polars [Guide to efficient data ingestion to CrateDB with pandas]: https://community.crate.io/t/guide-to-efficient-data-ingestion-to-cratedb-with-pandas/1541