Eventual-Inc / Daft

Distributed DataFrame for Python designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
1.76k stars 105 forks source link

[EXPRESSIONS] `dt.seconds()` #2219

Closed colin-ho closed 2 days ago

colin-ho commented 2 weeks ago

Retrieve the seconds component from a Datetime column or Time column.

Refer to these example PRs for how to add a datetime expression.