Skip to content

Commit 83b16b5

Browse files
authored
add deltalake to eco system doc page (#40636)
* add deltalake to eco system doc page * fix asciidoc syntax
1 parent 3c3589b commit 83b16b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/ecosystem.rst

+8
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,14 @@ far exceeding the performance of the native ``df.to_sql`` method. Internally, it
369369
Microsoft's BCP utility, but the complexity is fully abstracted away from the end user.
370370
Rigorously tested, it is a complete replacement for ``df.to_sql``.
371371

372+
`Deltalake <https://pypi.org/project/deltalake>`__
373+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
374+
375+
Deltalake python package lets you access tables stored in
376+
`Delta Lake <https://delta.io/>`__ natively in Python without the need to use Spark or
377+
JVM. It provides the ``delta_table.to_pyarrow_table().to_pandas()`` method to convert
378+
any Delta table into Pandas dataframe.
379+
372380

373381
.. _ecosystem.out-of-core:
374382

0 commit comments

Comments
 (0)