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
and was surprised to get a complexity of 11. While I wouldn't argue that this expression should have 0 complexity, 11 seems to high for me. I also wondered if panda query chaining also could be case similarly to Django ORM queries to get lower complexity.
Describe the bug
I ran it on the following code of chained pandas methods:
and was surprised to get a complexity of 11. While I wouldn't argue that this expression should have 0 complexity, 11 seems to high for me. I also wondered if panda query chaining also could be case similarly to Django ORM queries to get lower complexity.
Expected behavior
A lower complexity.
**Version
Additional context
This might be related to #22
The text was updated successfully, but these errors were encountered: