We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ir.Table
1 parent 7d8fe5a commit e3b9611Copy full SHA for e3b9611
ibis/expr/types/relations.py
@@ -130,7 +130,7 @@ class Table(Expr, _FixedTextJupyterMixin):
130
- from an existing table in a data platform with
131
[`connection.table("name")`](./expression-tables.qmd#ibis.backends.duckdb.Backend.table)
132
- from a file or URL, into a specific backend with
133
- [`connection.read_csv/parsquet/json("path/to/file")`](../backends/duckdb.qmd#ibis.backends.duckdb.Backend.read_csv)
+ [`connection.read_csv/parquet/json("path/to/file")`](../backends/duckdb.qmd#ibis.backends.duckdb.Backend.read_csv)
134
(only some backends, typically local ones, support this)
135
- from a file or URL, into the default backend with
136
[`ibis.read_csv/read_json/read_parquet("path/to/file")`](./expression-tables.qmd#ibis.read_csv)
0 commit comments