Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmao1130 committed Jan 17, 2025
1 parent 6775f14 commit b6cbdde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/mkdocs/terms.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b6cbdde

Please sign in to comment.