Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'PandasQueryCompiler' object has no attribute 'series_corr' #7153

Closed
anmyachev opened this issue Apr 5, 2024 · 0 comments · Fixed by #7158
Closed

AttributeError: 'PandasQueryCompiler' object has no attribute 'series_corr' #7153

anmyachev opened this issue Apr 5, 2024 · 0 comments · Fixed by #7158
Labels
bug 🦗 Something isn't working P1 Important tasks that we should complete soon

Comments

@anmyachev
Copy link
Collaborator

Repr:

import modin.pandas as pd
pd.Series([1,2,3,4]).corr(pd.Series([2,3,4,5]), method="kendall")

Traceback:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\projects\modin\modin\logging\logger_decorator.py", line 125, in run_and_log
    return obj(*args, **kwargs)
  File "C:\projects\modin\modin\pandas\series.py", line 827, in corr
    query_compiler=self._query_compiler.series_corr(other, method, min_periods)
AttributeError: 'PandasQueryCompiler' object has no attribute 'series_corr'
@anmyachev anmyachev added bug 🦗 Something isn't working P1 Important tasks that we should complete soon labels Apr 5, 2024
anmyachev added a commit to anmyachev/modin that referenced this issue Apr 9, 2024
anmyachev added a commit to anmyachev/modin that referenced this issue Apr 9, 2024
anmyachev added a commit to anmyachev/modin that referenced this issue Apr 9, 2024
anmyachev added a commit to anmyachev/modin that referenced this issue Apr 9, 2024
YarShev pushed a commit that referenced this issue Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🦗 Something isn't working P1 Important tasks that we should complete soon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant