kjnnssn
kjnnssn
### Is your feature request related to a problem? _No response_ ### What is the motivation behind your request? I'm working on a POC to migrate from `pandas` to `ibis`....
The operator should return the relative distance of the timestamps to a given input timestamp. This is especially useful to compute the distance to special days like public holidays. Example:...
I've created a simple `.sqlx` file with the following content inside the `definitions` folder: ```sql config { type: "table", schema: "dev", name: "revenue", assertions: { uniqueKeys: [ ["date"], ["store"] ]...