We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
I tried using Sourcery to refactor some of the pandas code, and it suggested a refactoring which caused a RecursionError:
- for i in range(len(self)): - yield self[i] + yield from self
See pandas-dev/pandas#37581
Flagging this up in case it's useful to you