Tristan Nixon

Results 11 issues of Tristan Nixon

Fixed documentation of the escapechar parameter of read_csv function (docs incorrectly say this is for escaping the delimiter - it is for escaping a quotechar)

Since we understand the structure of the data more than is typical for arbitrary Dataframes. We can apply a hybridized partitioning scheme: - Hash partitioning on partition columns - Range...

enhancement
future

We've already implemented a number of different rolling-window calculations, such as EMA, withLookbackFeatuers, withRangeStats. I expect there will be many more in the future. I think we should refactor the...

enhancement
future

The window builder functions on TSDF should have test cases

Examples of the AsOfJoin function in the README show an argument `partitionCols` that does not exist in this function. These docs should be rewritten anyway based on what happens in...

bug
documentation

This is the first big chunk of the v0.2 refactor work. This update includes a major reworking of the metadata structure for TSDF. I wanted to present it internally to...

I'm seeing failures of the `withRangeStats` function in recent testing. I've been testing the Financial services quickstart, and it fails at line 160: https://github.com/databrickslabs/tempo/blob/master/examples/financial_services_quickstart.py#L160 Failure is happening in the most...

bug
Reversion

Recent build (see, eg: https://github.com/databrickslabs/tempo/actions/runs/6277214083) have failed because the GH action to upload the code coverage report to codecov.io is failing. Tests seem to succeed, but the upload fails with...

bug
build process

There is duplicated code between various GH action workflows - especially around building the code. We have several workflows that replicate the same functionality. For example, both the `test` and...

maintenance

Some components here (like `MultiSeriesArimaModel` or `MultiSeriesProphetModel`) end up as customer assets - it would be very nice to have some documentation for these published somewhere.