From c3be2e3962133b2200fc2b89ba3f137b8b16c46a Mon Sep 17 00:00:00 2001 From: qzhu Date: Thu, 1 Feb 2024 14:41:00 -0800 Subject: [PATCH] small fix for the guides/table page --- docs/src/guides/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guides/tables.md b/docs/src/guides/tables.md index 12510941..37c6715b 100644 --- a/docs/src/guides/tables.md +++ b/docs/src/guides/tables.md @@ -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