Lorin Dawson
Lorin Dawson
Thanks @TendouArisu for raising this issue. We try to map our dependencies to those of Databricks Runtimes so we're not able to update pandas everywhere within the project. Have you...
@ja-michel - can you share the command that was run so we can reproduce the error? what Python version are you using?
Thanks for opening this. We made an update to infer the metrics instead of having the user pass them as an argument and missed updating the docs If you update...
I plan to address this as part of the PR for #268
Thanks @EvanstsaiTW! I will find some time this week to start looking into this
@EvanstsaiTW - looks like more than two, adjacent rows with the same start or end time is an edge case that's poorly handled right now. The three records starting with...
Wanted to drop another update that after iterating on a few ideas, we plan to re-implement this using Pandas UDFs to better handle edge cases. I'll start working on this...
Closing for now; @TendouArisu - we'll keep an eye on the performance of `concat` and are aware of the issue. Thanks for raising this! 1. Dependencies are set to match...
`ValueError: Incorrect data format, should be YYYY-MM-DD HH:MM:SS[.nnnnnnnn]` Looks like some tests are still failing with this error. Did the fix for this get merged into `master`?