Skip to content

Commit

Permalink
docs: fixup link
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored and cpcloud committed Oct 4, 2023
1 parent 7fc89e8 commit d4c97b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/types/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Table(Expr, _FixedTextJupyterMixin):
Analogous to a SQL table or a pandas DataFrame. A table expression contains
an [ordered set of named columns](./schemas.qmd#ibis.expr.schema.Schema),
each with a single known type. Unless explicitly ordered with an
[`.order_by()`](./expression-tables#ibis.expr.types.relations.Table.order_by),
[`.order_by()`](./expression-tables.qmd#ibis.expr.types.relations.Table.order_by),
the order of rows is undefined.
Table immutability means that the data underlying an Ibis `Table` cannot be modified: every
Expand Down

0 comments on commit d4c97b0

Please sign in to comment.