From fe0dfbcc8c072178863d95bd778365051530cee7 Mon Sep 17 00:00:00 2001 From: Joey deVilla Date: Mon, 16 Dec 2024 10:47:47 -0500 Subject: [PATCH] Update docs/framework/dataframe.mdx Co-authored-by: Alexandre Rousseau --- docs/framework/dataframe.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/dataframe.mdx b/docs/framework/dataframe.mdx index d44e4d2e..63f3f007 100644 --- a/docs/framework/dataframe.mdx +++ b/docs/framework/dataframe.mdx @@ -202,5 +202,5 @@ state["mydf"].record_update({ In the code example above, you would delete the row at index 2 with the following code: ```python -state["mydf"].record_remove({"record_index": 0}) +state["mydf"].record_remove({"record_index": 2}) ``` \ No newline at end of file