Avatar for the Eventual-Inc user
Eventual-Inc
Daft
BlogDocsChangelog

Performance History

Latest Results

feat(functions): add monotonically_increasing_id expression function (#3838) Closes: https://github.com/Eventual-Inc/Daft/issues/3704 # Description Add `monotonically_increasing_id()` function to support generating IDs via expression API. This allows users to generate monotonically increasing IDs using the more idiomatic `.with_column()` syntax: ```python # Before df = df._add_monotonically_increasing_id() # After from daft.functions import monotonically_increasing_id df = df.with_column("id", monotonically_increasing_id()) ``` The implementation uses the same underlying functionality as before, just exposed through the expression API for better consistency with other DataFrame operations.
main
3 minutes ago
feat(monotonic-id): address final feedback
feat/monotonic-id-expression
42 minutes ago
clear task inputs
colin/clear-task-inputs
4 hours ago
Add note
desmond/warc-reader
7 hours ago

Active Branches

perf: Clear task inputs upon dispatch
last run
4 hours ago
#3877
CodSpeed Performance Gauge
0%
last run
7 hours ago
#3871
CodSpeed Performance Gauge
+1%
Home Terms PrivacyDocs