Skip to content

Commit

Permalink
minor spell checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmao1130 committed Dec 19, 2024
1 parent ba3dad4 commit 4fab582
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs-v2/core_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ The [`df.explode()`](https://www.getdaft.io/projects/docs/en/stable/api_docs/doc
(Showing first 8 rows)
```

<!-- Commented out because theres Advanced/Partitioning section -->
<!-- Commented out because there's Advanced/Partitioning section -->
<!-- ## Repartitioning
Daft is a distributed DataFrame, and the dataframe is broken into multiple "partitions" which are processed in parallel across the cores in your machine or cluster.
Expand Down
2 changes: 1 addition & 1 deletion docs-v2/core_concepts/dataframe.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ The [`df.explode()`](https://www.getdaft.io/projects/docs/en/stable/api_docs/doc
(Showing first 8 rows)
```

<!-- Commented out because theres Advanced/Partitioning section -->
<!-- Commented out because there's Advanced/Partitioning section -->
<!-- ## Repartitioning
Daft is a distributed DataFrame, and the dataframe is broken into multiple "partitions" which are processed in parallel across the cores in your machine or cluster.
Expand Down
4 changes: 2 additions & 2 deletions docs-v2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This user guide aims to help Daft users master the usage of Daft for all your da
- [:octicons-code-16: **Expressions**](core_concepts.md#expressions)

Daft expressions enable computations on DataFrame columns using Python or SQL for various operations.

- [:material-file-eye: **Reading Data**](core_concepts.md#reading-data)

How to use Daft to read data from diverse sources like files, databases, and URLs.
Expand Down Expand Up @@ -145,7 +145,7 @@ Take a look at the many issues tagged with `good first issue` in our repo. If th

Daft is the right tool for you if you are working with:

- **Large datasets** that don't fit into memory or would benefit from parallization
- **Large datasets** that don't fit into memory or would benefit from parallelization
- **Multimodal data types** such as images, JSON, vector embeddings, and tensors
- **Formats that support data skipping** through automatic partition pruning and stats-based file pruning for filter predicates
- **ML workloads** that would benefit from interact computation within a DataFrame (via UDFs)
Expand Down

0 comments on commit 4fab582

Please sign in to comment.