Implement missing functionalty
TocarIP opened this issue · 2 comments
TocarIP commented
We need to implement combine, filter, where, to_parquet, to_csv, query, mode, TimeDelta (several functions) and TimeDeltaIndex
DrTodd13 commented
I've started looking at TimeDelta. Maybe we could discuss what is needed in more detail.
DrTodd13 commented
A lot of the Timedelta and TimedeltaIndex stuff seems to be working now. There are still some combinations of opcodes and operand ordering that aren't covered but those are easily done based on the pattern I added for the first one.