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