Skip to content

Commit

Permalink
docs: update links to duckdb csv parameters (ibis-project#8733)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba authored Mar 21, 2024
1 parent b7d1d7d commit 7cc67d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibis/backends/duckdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ def to_csv(
header
Whether to write the column names as the first line of the CSV file.
**kwargs
DuckDB CSV writer arguments. https://duckdb.org/docs/data/csv.html#parameters
DuckDB CSV writer arguments. https://duckdb.org/docs/data/csv/overview.html#parameters
"""
self._run_pre_execute_hooks(expr)
Expand Down
2 changes: 1 addition & 1 deletion ibis/expr/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ def read_csv(
Backend-specific keyword arguments for the file type. For the DuckDB
backend used by default, please refer to:
* CSV/TSV: https://duckdb.org/docs/data/csv#parameters.
* CSV/TSV: https://duckdb.org/docs/data/csv/overview.html#parameters.
Returns
-------
Expand Down

0 comments on commit 7cc67d3

Please sign in to comment.