You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize __getitem__ method using more Polars operations
The current implementation of __getitem__ still uses numpy operations, which may not be as efficient as using Polars operations throughout. Consider refactoring to use more Polars operations:
Optimize
__getitem__
method using more Polars operationsThe current implementation of
__getitem__
still uses numpy operations, which may not be as efficient as using Polars operations throughout. Consider refactoring to use more Polars operations:This refactored version uses more Polars operations, which should be more efficient, especially for larger datasets.
Originally posted by @coderabbitai[bot] in #155 (comment)
The text was updated successfully, but these errors were encountered: