You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/delta-lake-daft.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,15 +89,15 @@ Daft supports multiple write modes. See the [Daft documentation](https://www.get
89
89
90
90
## What can I do with a Daft DataFrame?
91
91
92
-
Daft gives you [full-featured DataFrame functionality](https://www.getdaft.io/projects/docs/en/latest/user_guide/basic_concepts.html), similar to what you might be used to from pandas, Dask or PySpark.
92
+
Daft gives you full-featured DataFrame functionality, similar to what you might be used to from pandas, Dask or PySpark.
93
93
94
94
On top of this, Daft also gives you:
95
95
96
96
-**Multimodal data type support** to work with Images, URLs, Tensors and more
97
97
-**Expressions API** for easy column transformations
98
98
-**UDFs** for multi-column transformation, incl. ML applications
99
99
100
-
Check out the [Daft User Guide](https://www.getdaft.io/projects/docs/en/latest/user_guide/index.html) for a complete list of DataFrame operations.
100
+
Check out the [Daft User Guide](https://www.getdaft.io/projects/docs/en/stable/index.html) for a complete list of DataFrame operations.
101
101
102
102
## Data Skipping Optimizations
103
103
@@ -198,12 +198,12 @@ Read [High-Performance Querying on Massive Delta Lake Tables with Daft](https://
198
198
199
199
Daft has a rich multimodal type-system with support for Python objects, Images, URLs, Tensors and more.
200
200
201
-
The [Expressions API](https://www.getdaft.io/projects/docs/en/latest/api_docs/expressions.html) provides useful tools to work with these data types. By combining multimodal data support with the [User-Defined Functions API](https://www.getdaft.io/projects/docs/en/latest/api_docs/udf.html) you can [run ML workloads](https://www.getdaft.io/projects/docs/en/latest/user_guide/tutorials.html#mnist-digit-classification) right within your DataFrame.
201
+
The [Expressions API](https://www.getdaft.io/projects/docs/en/latest/api_docs/expressions.html) provides useful tools to work with these data types. By combining multimodal data support with the [User-Defined Functions API](https://www.getdaft.io/projects/docs/en/latest/api_docs/udf.html) you can run ML workloads right within your DataFrame.
202
202
203
203
Take a look at the notebook in the [`delta-examples` Github repository](https://github.com/delta-io/delta-examples) for a closer look at how Daft handles URLs, images and ML applications.
204
204
205
205
## Contribute to `daft`
206
206
207
207
Excited about Daft and want to contribute? Join them on [Github](https://github.com/Eventual-Inc/Daft) 🚀
208
208
209
-
Like many technologies, Daft collects some non-identifiable telemetry to improve the product. This is stricly non-identifiable metadata. You can disable telemetry by setting the following environment variable: `DAFT_ANALYTICS_ENABLED=0`. Read more in the [Daft documentation](https://www.getdaft.io/projects/docs/en/latest/faq/telemetry.html).
209
+
Like many technologies, Daft collects some non-identifiable telemetry to improve the product. This is stricly non-identifiable metadata. You can disable telemetry by setting the following environment variable: `DAFT_ANALYTICS_ENABLED=0`. Read more in the [Daft documentation](https://www.getdaft.io/projects/docs/en/stable/resources/telemetry/).
0 commit comments