small fix for the guides/table page

This commit is contained in:
qzhu
2024-02-01 14:41:00 -08:00
parent d77e95a4f4
commit c3be2e3962

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