We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
modin.__version__
Pandas DataFrame.apply("<func_name>") function calls <func_name> of the DataFrame, so Modin DataFrame should have own implementation of kurt function
The text was updated successfully, but these errors were encountered:
REFACTOR-#1741: Use low-level api for kurt function implementation wi…
37b7d2c
…th defined level parameter (#1719) Signed-off-by: Alexander Myskov <[email protected]>
REFACTOR-modin-project#1741: Use low-level api for kurt function impl…
371e533
…ementation with defined level parameter (modin-project#1719) Signed-off-by: Alexander Myskov <[email protected]>
Successfully merging a pull request may close this issue.
System information
modin.__version__
): 0.7.3+200.g8e7a568Describe the problem
Pandas DataFrame.apply("<func_name>") function calls <func_name> of the DataFrame, so Modin DataFrame should have own implementation of kurt function
Source code / logs
The text was updated successfully, but these errors were encountered: