Skip to content

Commit

Permalink
Update docs/framework/dataframe.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Rousseau <[email protected]>
  • Loading branch information
AccordionGuy and madeindjs authored Dec 16, 2024
1 parent 014cc21 commit fe0dfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/dataframe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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})
```

0 comments on commit fe0dfbc

Please sign in to comment.