IntelPython/sdc

Implement missing functionalty

TocarIP opened this issue · 2 comments

We need to implement combine, filter, where, to_parquet, to_csv, query, mode, TimeDelta (several functions) and TimeDeltaIndex

I've started looking at TimeDelta. Maybe we could discuss what is needed in more detail.

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.