diff --git a/interfaces/tables.mdx b/interfaces/tables.mdx index 810252cc4..492443efc 100644 --- a/interfaces/tables.mdx +++ b/interfaces/tables.mdx @@ -264,7 +264,7 @@ We just need to provide the expression `(x**2 + y**2)**0.5`: Filtering, grouping, and sorting all work on derived columns, just like any other. However, derived columns *also* support updating their equation. -GIF + ## Joins [🚧]