feat(python): allow the entire table to be converted a polars dataframe (#814)

This commit is contained in:
Chang She
2024-01-15 15:49:16 -08:00
committed by Weston Pace
parent 72b39432e8
commit ac3d95ec34
3 changed files with 36 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ We'll cover the basics of using LanceDB on your local machine in this section.
!!! warning
If the table already exists, LanceDB will raise an error by default.
If you want to overwrite the table, you can pass in `mode="overwrite"`
If you want to make sure you overwrite the table, pass in `mode="overwrite"`
to the `createTable` function.
=== "Javascript"