[Doc] Split the python integration into different topics (#292)

This commit is contained in:
Lei Xu
2023-07-12 21:26:59 -07:00
committed by GitHub
parent c385c55629
commit ff1d206182
6 changed files with 135 additions and 119 deletions

View File

@@ -0,0 +1,7 @@
# Integration
Built on top of [Apache Arrow](https://arrow.apache.org/),
`LanceDB` is very easy to be integrate with Python ecosystems.
* [Pandas and Arrow Integration](./arrow.md)
* [DuckDB Integration](./duckdb.md)