Skip to content

Commit 1720388

Browse files
committed
Add replacement scans to friendly sql
1 parent c18b12e commit 1720388

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/preview/sql/dialect/friendly_sql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ DuckDB offers several advanced SQL features and syntactic sugar to make SQL quer
6666

6767
* [Auto-detecting the headers and schema of CSV files]({% link docs/preview/data/csv/auto_detection.md %})
6868
* Directly querying [CSV files]({% link docs/preview/data/csv/overview.md %}) and [Parquet files]({% link docs/preview/data/parquet/overview.md %})
69-
* Loading from files using the syntax `FROM 'my.csv'`, `FROM 'my.csv.gz'`, `FROM 'my.parquet'`, etc.
69+
* [Replacement scans]({% link docs/preview/guides/glossary.md %}):
70+
* You can load from files using the syntax `FROM 'my.csv'`, `FROM 'my.csv.gz'`, `FROM 'my.parquet'`, etc.
71+
* In Python, you can [access Pandas data frames using `FROM df`]({% link docs/preview/guides/python/export_pandas.md %}).
7072
* [Filename expansion (globbing)]({% link docs/preview/sql/functions/pattern_matching.md %}#globbing), e.g.: `FROM 'my-data/part-*.parquet'`
7173

7274
## Functions and Expressions

0 commit comments

Comments
 (0)