From b6cbdde6587466d7fdfcae1ed1f8279a3918f515 Mon Sep 17 00:00:00 2001 From: ChanChan Mao Date: Fri, 17 Jan 2025 15:08:54 -0800 Subject: [PATCH] minor fixes --- docs/mkdocs/terms.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/mkdocs/terms.md b/docs/mkdocs/terms.md index c07aba1285..2b3f700b98 100644 --- a/docs/mkdocs/terms.md +++ b/docs/mkdocs/terms.md @@ -1,7 +1,5 @@ # Terminology -!!! failure "todo(docs): For each term, included a link to its respective section under "Core Concepts" (except Query Plan doesn't have a section)" - Daft is a distributed data engine. The main abstraction in Daft is the [`DataFrame`]({{ api_path }}/dataframe_methods/daft.DataFrame.html), which conceptually can be thought of as a "table" of data with rows and columns. Daft also exposes a [`SQL`](core_concepts.md#sql) interface which interoperates closely with the DataFrame interface, allowing you to express data transformations and queries on your tables as SQL strings.