Alternative method 10x faster than dt.offset_by() #16722
Labels
bug
Something isn't working
performance
Performance issues or improvements
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
So I was wondering why dt.offset_by() was so slow and experimented with an alternative method. Turned out it was ~10x faster than the dt.offset_by() method. Would be nice to make dt.offset_by() equally as fast.
Expected behavior
That dt.offset_by() becomes at least equally as fast as alternative method
Installed versions
The text was updated successfully, but these errors were encountered: