Compare commits

...

1 Commits

Author SHA1 Message Date
qzhu
c3be2e3962 small fix for the guides/table page 2024-02-01 14:41:00 -08:00

View File

@@ -84,7 +84,7 @@ This guide will show how to create tables, insert data into them, and update the
const table = await con.createTable(tableName, data, { writeMode: WriteMode.Overwrite })
```
### From a Pandas DataFrame
### From a Pandas DataFrame
```python
import pandas as pd