From 916ab4453719861fbefa903d6cc28db45995d003 Mon Sep 17 00:00:00 2001 From: QP Hou Date: Thu, 25 Mar 2021 08:54:33 -0700 Subject: [PATCH 1/2] add deltalake to eco system doc page --- doc/source/ecosystem.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index e72a9d86daeaf..9b63143014d01 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -368,6 +368,14 @@ far exceeding the performance of the native ``df.to_sql`` method. Internally, it Microsoft's BCP utility, but the complexity is fully abstracted away from the end user. Rigorously tested, it is a complete replacement for ``df.to_sql``. +`Deltalake `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Deltalake python package lets you access tables stored in +`Delta Lake `__ natively in Python without the need to use Spark or +JVM. It provides the ``delta_table.to_pyarrow_table().to_pandas()`` method to convert +any Delta table into Pandas dataframe. + .. _ecosystem.out-of-core: From b0d7726c00bc676724585c26e14f39d0326a3530 Mon Sep 17 00:00:00 2001 From: QP Hou Date: Mon, 29 Mar 2021 15:34:46 -0700 Subject: [PATCH 2/2] fix asciidoc syntax --- doc/source/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 9b63143014d01..47a17f5d0d666 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -369,7 +369,7 @@ Microsoft's BCP utility, but the complexity is fully abstracted away from the en Rigorously tested, it is a complete replacement for ``df.to_sql``. `Deltalake `__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Deltalake python package lets you access tables stored in `Delta Lake `__ natively in Python without the need to use Spark or